Loading Tool

Explorer IconExplorer

Memory Pool

41,930 transactions
26.50 vMB
0.07127546 BTC
Random Selection Loading Transactions
Max Size: 137.99/200 MB

Candidate Block

Mining Attempt 3e9941d31fa36100000f4542277928c85cbd731f0b2176bef215c9f7b60f1c6c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (204,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,846 710,846 00000000000000000002243d00e63b28e4cb423764ab90b9bc864f1a2ff09b22 1,996 1.00/1.00 vMB 24
710,845 710,845 000000000000000000053e070cf8e71418b29cc4e6a62d8c94076bfc65cafce2 3,168 1.00/1.00 vMB 9
710,844 710,844 000000000000000000050ff5bcbd47e94f1b0b8038656188018fa42f45fd8ce6 2,743 1.00/1.00 vMB 26
710,843 710,843 0000000000000000000563d5f1c781d9bbfc616e9d9f0b00eb1567a580673b7c 2,958 1.00/1.00 vMB 4
710,842 710,842 00000000000000000001294d40a55461a7d5c915aaa037db4b6e596a52b51d36 3,005 1.00/1.00 vMB 20
710,841 710,841 000000000000000000065822c7dbec66dc26ab50864d41ffe3356dde5c946fb5 2,449 0.93/1.00 vMB 14
710,840 710,840 00000000000000000000afcd198885d9a11e0c1078aba5ad3b20ac55a75195b8 311 0.96/1.00 vMB 2
710,839 710,839 0000000000000000000b0d9ff3b9b77295ae1a9708bf56d4d23eac68b55db11b 2,775 1.00/1.00 vMB 11
710,838 710,838 0000000000000000000765a8f20d33953a36dd9be766753a6e491b1519e8014e 2,342 0.95/1.00 vMB 10
710,837 710,837 0000000000000000000333f574f9d923d7cf6f1075cbf16cc3a2c3cd64807578 495 0.91/1.00 vMB 4
710,836 710,836 0000000000000000000931951efd56db8d9b919ca6f346890a452d29ece5ec7b 2,100 0.99/1.00 vMB 2
710,835 710,835 00000000000000000003b1c46dc833a3fe7145f29288dd7dfba8c8e9e21a725a 3,014 1.00/1.00 vMB 7
710,834 710,834 000000000000000000042de275a5cf7e50b55375025d3dc59d1a53a58b268e2c 3,268 1.00/1.00 vMB 20
710,833 710,833 0000000000000000000819f4e23c6e1f6e0150659c4050df7e17c93e58de4983 2,487 0.85/1.00 vMB 9
710,832 710,832 00000000000000000004933f50eaceb7c88c5099a58c38fa474abe8ccdb8bace 1,678 0.60/1.00 vMB 10
710,831 710,831 000000000000000000050c82971ab69d5d38f935b443eeb93a04961caa379186 419 0.14/1.00 vMB 8
710,830 710,830 00000000000000000000f932e6db5ce1c389100a8a1b85a8e7cec6439e1e2a1e 2,353 0.95/1.00 vMB 8
710,829 710,829 0000000000000000000b65f0ff361f567fcbfcc0c48fe8482b6224216aa8e32f 275 0.38/1.00 vMB 2
710,828 710,828 0000000000000000000329cf80c8d05e34f6626fec82b90dbd83144170ae1072 1,386 1.00/1.00 vMB 5
710,827 710,827 0000000000000000000188d66aa7d0e895beb82075287b5b30b1e2c704a65072 372 1.00/1.00 vMB 2
710,826 710,826 000000000000000000089bd400511c2b691f0de3d062d45c673b50279376250e 453 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.46 GB
    • Received: 13.89 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.