Loading Tool

Explorer IconExplorer

Memory Pool

85,394 transactions
31.86 vMB
0.20495098 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt b64b7b90aa3422b2e32cd7366e7b798df7a8563c51dab5657bab27eed5345992
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root cdad3858b2c1bb3b7ca13603fcdc183e6bb6dc69bd03537e2e58407fb792bdcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.09295274 BTC
Feerates: 529.10 > 9.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (66,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,489 848,489 0000000000000000000128bae009ae3b63c56acf11d118b5cc6e33c23560428a 2,897 1.00/1.00 vMB 14
848,488 848,488 0000000000000000000272a5e863045927efab6e5be30340afa694226baa10b6 664 1.00/1.00 vMB 12
848,487 848,487 000000000000000000007d23d89b3ea2d542b01ea9ab45f3ef7b02e36a763688 3,295 1.00/1.00 vMB 15
848,486 848,486 0000000000000000000249040d33ccfcec0feb9e619d64b398506e0ee4750ed2 2,882 1.00/1.00 vMB 22
848,485 848,485 00000000000000000000953f5aac97508b1d9ed2cda5fb3d76ebccf3e6ed3141 2,931 1.00/1.00 vMB 22
848,484 848,484 00000000000000000001f6d73d5bae14db6cbab592aacc33afacd5f0c9fbbbd0 888 1.00/1.00 vMB 14
848,483 848,483 00000000000000000001abfcd8be8df1c89f78fc6ced4886a87ace784413e2fa 1,433 1.00/1.00 vMB 15
848,482 848,482 00000000000000000003238af3cd004dd8523947b4c8f2d785d8d19aebb84e9f 920 1.00/1.00 vMB 13
848,481 848,481 000000000000000000018472d4cbfeafcf30cef0287f4302e554ed3af956a801 3,644 1.00/1.00 vMB 24
848,480 848,480 000000000000000000002c86024a605a986f0d171d1a8198c3cb0ba79370534f 1 0.00/1.00 vMB 0
848,479 848,479 000000000000000000016e229c67bb6078a1123bd5e7802cedbf7d4191468de3 2,184 1.00/1.00 vMB 17
848,478 848,478 00000000000000000000f025a33dc6cf04ab163802ad8c8d2a47c5a3d16dfd48 2,444 1.00/1.00 vMB 18
848,477 848,477 000000000000000000017304ab1e44edd5f2e80802a2ab3735a9399f2beb4023 2,426 1.00/1.00 vMB 18
848,476 848,476 00000000000000000000adb66b49bba14a0863a337fa2d27249a5f8eb38c8d0d 2,560 1.00/1.00 vMB 14
848,475 848,475 00000000000000000001c5c177a7754a30727f5f4c6def624d7590ae7173ce21 1,872 1.00/1.00 vMB 15
848,474 848,474 000000000000000000005fb4406c9dda3720a79aaf9f33d0f943e8d39699a32e 3,151 1.00/1.00 vMB 21
848,473 848,473 00000000000000000000a7acf4a02a3eb5c8fb36652703b4702f87d53829ce8e 3,592 1.00/1.00 vMB 32
848,472 848,472 000000000000000000007f59193b89b3ffa3881d430cde894f11cabb03fb668a 4,653 1.00/1.00 vMB 23
848,471 848,471 00000000000000000002b1ee9d8b8b6d0a8c363ead66e785ef0279c67a9b1675 5,765 1.00/1.00 vMB 51
848,470 848,470 00000000000000000001b4056390cf901afee2bdacb9bf5989be3704e1fd847a 6,210 1.00/1.00 vMB 29
848,469 848,469 00000000000000000002210650c3e8421a2ccb062c6fa42ffeed2a6c555a6632 4,592 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.