Loading Tool

Explorer IconExplorer

Memory Pool

79,928 transactions
34.85 vMB
0.19220024 BTC
Random Selection Loading Transactions
Max Size: 194.20/200 MB

Candidate Block

Mining Attempt 69f448ea3090a19b3c76b39a0bbef33f246c023d0e81f3386c7a0a14a008ba48
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root b1d49174a13463dea0c77928b54d7c0acd1b5582a00e8dbb9bc0acb4dae5b70a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.05920990 BTC
Feerates: 477.45 > 5.93 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (42,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,086 873,086 00000000000000000001707cbc20b5463b82c4098530d2ac2c4c87c96a35306f 3,800 1.00/1.00 vMB 15
873,085 873,085 00000000000000000000b366fbeb620264bc515de5bb911dca064d2ee6d0a462 4,238 1.00/1.00 vMB 11
873,084 873,084 000000000000000000029c9e9fd4a1b681cd0d4ac20cc33113069dfda8ccd1d6 3,419 1.00/1.00 vMB 7
873,083 873,083 0000000000000000000211051d6d4beadf5680d076c99ae3ea2c829c41af0ef7 3,251 1.00/1.00 vMB 13
873,082 873,082 00000000000000000000393de823e2a665b85db34b12f38ff6bf6d9c80986600 3,963 1.00/1.00 vMB 10
873,081 873,081 000000000000000000027b5528325f5ac7c0085003d2ece3edfa758ee6b7af62 2,966 1.00/1.00 vMB 6
873,080 873,080 000000000000000000004ba7fd7b3bcf75f812299a5f0aa9b96e3dfcf7e27cc9 2,851 1.00/1.00 vMB 8
873,079 873,079 0000000000000000000087a36b74c97d71112541a324408515b1f8bcffb2ccc9 3,888 1.00/1.00 vMB 11
873,078 873,078 0000000000000000000270d9fd4049573139b76754ebf82a58c29161fc0ebc45 4,214 1.00/1.00 vMB 10
873,077 873,077 0000000000000000000050d32f09fd6357a83425103fa89f2921082dd08a0d9e 2,163 1.00/1.00 vMB 7
873,076 873,076 00000000000000000000aeeaffae0d1e0968e10a804590294232de832d8d3833 3,448 1.00/1.00 vMB 8
873,075 873,075 00000000000000000001d0fd051c0ba2d3472fc4ee9196a1e7361cf2e253686e 3,584 1.00/1.00 vMB 15
873,074 873,074 0000000000000000000026703d7fc7e2c7d386ecb67708f651c3ae7994156119 3,241 1.00/1.00 vMB 13
873,073 873,073 00000000000000000000cb55d8ee6b7a1963a406b764bea00b545af9547d124b 1,226 1.00/1.00 vMB 8
873,072 873,072 00000000000000000001f6de8279c1a1dd5afebf5369212675f2c8c8cc178483 3,335 1.00/1.00 vMB 10
873,071 873,071 000000000000000000004b04a20a020920b23ffc551780c03fc795b03139e4a5 2,427 1.00/1.00 vMB 8
873,070 873,070 00000000000000000002468a1de35f30f1e913b1c004b655be206bee1dff1aad 2,704 1.00/1.00 vMB 9
873,069 873,069 0000000000000000000243e66aa0eb0c036bdb254a3d5402d24bbcb9d4861da6 3,068 1.00/1.00 vMB 8
873,068 873,068 000000000000000000029986193aa42f6649c4952684da69bc413fe7f353edf5 3,750 1.00/1.00 vMB 15
873,067 873,067 0000000000000000000075fdd525f5d09533e48a72b8c83cb25431111ee72d39 2,703 1.00/1.00 vMB 9
873,066 873,066 00000000000000000000258238541a02c729c58de87455cb88c861048a8bb1f4 3,747 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.11 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: 735.82 GB
    • Received: 18.58 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.