Loading Tool

Explorer IconExplorer

Memory Pool

82,978 transactions
31.96 vMB
0.10557363 BTC
Random Selection Loading Transactions
Max Size: 192.07/200 MB

Candidate Block

Mining Attempt 1a6730beecc798d16a43ae6ac52946f6350499237d5a8a0323a5be81971f2c84
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 36220b9f8a9ef6b92c78c4756595c631edd44e15f7c10d6bc360d93f7135a1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,053
Size: 1.00 vMB
Total Fees: 0.02481728 BTC
Feerates: 353.36 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (540,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,531 374,531 000000000000000006505d7052e2813e3e30aea97a56c0241fc46dc2cda8a4c4 747 0.95/1.00 vMB 17
374,530 374,530 00000000000000000be4facad446f5d3a9a143be6722c7c30a43312601eac66e 1,234 0.75/1.00 vMB 34
374,529 374,529 00000000000000000a806d622582bb113204fc55ef975f0dc7565d490cea30c6 1,276 0.75/1.00 vMB 19
374,528 374,528 00000000000000000bd9d02bc3c71d95dc3445c533611ba97093e36e9fb0208b 622 0.34/1.00 vMB 40
374,527 374,527 000000000000000000db717b4c076da2d1b9ff8ddbc94132e3a8d008a0fb62b9 486 1.00/1.00 vMB 5
374,526 374,526 000000000000000011f895d470f6cf342e89d87e3184484bdddb0cf99a61b3b1 1,452 0.68/1.00 vMB 46
374,525 374,525 00000000000000000adb9029a216705570d80e5acacb267a911ae58f8b17ba98 1,886 0.93/1.00 vMB 40
374,524 374,524 000000000000000001266b2f329165a4fab6ce2dddcc68cd890e5770050371b5 2,168 0.93/1.00 vMB 56
374,523 374,523 000000000000000002d6a34aa4740e89e438d7083eb1b26e0bb0ca5fe8cb8d98 170 0.09/1.00 vMB 42
374,522 374,522 00000000000000000aa1ecd528dfb8dab3f98395acf0806a01e518d7aed47659 978 0.93/1.00 vMB 12
374,521 374,521 0000000000000000130fc24ae096c7770edf1afc66ce782603175e091e60bb02 2,181 1.00/1.00 vMB 45
374,520 374,520 00000000000000000e4865130b5528a0fc51f30fba629f7f45b656dec18308b2 483 0.95/1.00 vMB 11
374,519 374,519 000000000000000007e76e4e2a2859f8cafe2ec4e86733410547a3edefa9df22 1,980 0.93/1.00 vMB 43
374,518 374,518 0000000000000000107faf8030f5c10103a7f245854d5c9e5a19a0e86a817e72 1,024 0.75/1.00 vMB 27
374,517 374,517 00000000000000000e6a47d8f2be5015fee55f21f841495190724c0796646252 1,623 0.95/1.00 vMB 37
374,516 374,516 00000000000000000946de982befd2a5814d2c075e629c3d7f03f9934e7992a6 1,300 1.00/1.00 vMB 25
374,515 374,515 00000000000000000eaf5ac6dba59ec5983bae8b76f6b597fbfed072cfc80476 1,302 0.93/1.00 vMB 25
374,514 374,514 00000000000000000925c936b3831c3c2e3dfdb4489c01623d385688647dec0a 1,901 0.93/1.00 vMB 74
374,513 374,513 00000000000000000f56fcba1ff3b12f05f7cccafe6f4914e310504b195b3499 1,518 0.93/1.00 vMB 35
374,512 374,512 00000000000000000353c5881f398412b6e0af40991ec3589d8f7b0ba79ded51 2,718 1.00/1.00 vMB 71
374,511 374,511 000000000000000001ea7e48d4cacf2ce8c1dcd9670bbe848dd22925eff55eda 2,008 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 16.99 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.