Loading Tool

Explorer IconExplorer

Memory Pool

76,516 transactions
28.50 vMB
0.06794905 BTC
Random Selection Loading Transactions
Max Size: 172.76/200 MB

Candidate Block

Mining Attempt 6161fee49458bd3133fc1fc1f9dbd96aa0fde6cc088c6cba3845b06e1fcdc3a6
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root d7701c100f0c8dfb79866bb909ad21ffb09019c12d208222986cb7190664b366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.00871690 BTC
Feerates: 73.20 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (259,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,882 655,882 0000000000000000000208da4da4eed840399ef47916c8aaee87ffcb81bb448d 2,202 1.00/1.00 vMB 55
655,881 655,881 0000000000000000000ed6dd136930016f68daf7e0d2adb9a215d4f3d15e14d6 2,043 1.00/1.00 vMB 57
655,880 655,880 0000000000000000000c11be9c902e75ff67ec28c9f49ef8b94b57dcc938916b 2,128 1.00/1.00 vMB 254
655,879 655,879 0000000000000000000ae16677af51fffbdbcdb7b32cea5f4cdaec1e83683ab6 1,374 1.00/1.00 vMB 114
655,878 655,878 00000000000000000004d8d7dfcf3561a05d3862410b2b62a8e719745193a6fa 1,943 1.00/1.00 vMB 41
655,877 655,877 0000000000000000000bf8ae5a2e28b4db29e504353077e6453b4874e43b9e06 2,097 1.00/1.00 vMB 48
655,876 655,876 00000000000000000005ef8fcad753d43adc035503f11508dd3cc32078d02483 1,614 1.00/1.00 vMB 48
655,875 655,875 000000000000000000053a957bf3d9cf3d5e6e36bdf03df3dbfc9c2008c57bce 2,240 1.00/1.00 vMB 155
655,874 655,874 0000000000000000000f955486459b767768a2e92fe4d073f4baae5109101674 2,664 1.00/1.00 vMB 243
655,873 655,873 0000000000000000000724d399cb9726daa0eba537619a527036b713e8dd87f5 2,105 1.00/1.00 vMB 93
655,872 655,872 000000000000000000046d3f364b2d57bbe547c31ea7c00772853200e7d51b4c 2,629 1.00/1.00 vMB 194
655,871 655,871 0000000000000000000e5dd3de67cc66373e2e7d042f74d7627d985983a56a97 690 1.00/1.00 vMB 29
655,870 655,870 00000000000000000002a0c50c5e69e0b82d2df914da7f961188c86599788dbc 1,208 1.00/1.00 vMB 11
655,869 655,869 000000000000000000084e503bbd78c8bcefebd7743ae53ede47d35240d5bf90 1,950 1.00/1.00 vMB 21
655,868 655,868 000000000000000000086c3f030fd2617c4f00f12faf3fb96e460593faed66dd 2,614 1.00/1.00 vMB 170
655,867 655,867 0000000000000000000fcd249367c9322bad6d8ae566d1c6f3e2af877b5253f8 2,212 1.00/1.00 vMB 119
655,866 655,866 000000000000000000017d4e168d1fa19c6b2d5579e3bb05bec9c1c8aca049a5 2,000 1.00/1.00 vMB 36
655,865 655,865 0000000000000000000e7133a8aa87023cc3e48da0d7911c9bbd12a5630eab26 1,855 1.00/1.00 vMB 143
655,864 655,864 0000000000000000000969e00f8c5407c3adbad7d3525a6d61cb739bb7b41aba 2,578 1.00/1.00 vMB 43
655,863 655,863 00000000000000000006d0642914212d6ce49a5116dc92f5bd8d5b2e9009c9b5 2,751 1.00/1.00 vMB 128
655,862 655,862 000000000000000000018a6ba83b579053dcabba36c69cb4161d8dd5da62b559 2,310 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.