Loading Tool

Explorer IconExplorer

Memory Pool

59,183 transactions
34.02 vMB
0.12156956 BTC
Random Selection Loading Transactions
Max Size: 179.55/200 MB

Candidate Block

Mining Attempt 7786ec7d8ca3b237a9f0689baa97552cccb14bf0ffd3227d400813afcb5991cc
Version 20000000
Previous Block 000000000000000000005a91499f9efa49c575f49b22a0d2869f80f8d2bdf04f
Merkle Root 78a3f6ad3f4f26af86f9c816f1befc169f5418a58846067120fc8176899b3bbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,657
Size: 1.00 vMB
Total Fees: 0.04366439 BTC
Feerates: 1,007.04 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,427 (826,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,415 88,415 0000000000080c987f7d635192f1c87164467fb0496f3ca18b7d25279dad169b 1 0.00/1.00 vMB 0
88,414 88,414 000000000012c8e9a69a6289da1168198fa50aa0c5d93e04fd9103b5d5ba558b 1 0.00/1.00 vMB 0
88,413 88,413 000000000004139aafeeb386a5a32aff860b1d981a0b2442473ac0c1febbde85 3 0.00/1.00 vMB 0
88,412 88,412 00000000000a57cfd5dd681b59689e1281a6fd0ba46f224e7b0a4598b125a559 1 0.00/1.00 vMB 0
88,411 88,411 000000000017521cddea9a9e0b556b74ac119f9bd8a36d4756de45556ed3c2f4 1 0.00/1.00 vMB 0
88,410 88,410 00000000000d625eda7600f10129c00b849638204af73950485cd850703e58d5 1 0.00/1.00 vMB 0
88,409 88,409 0000000000138682d45c5de395ba6d080288b223a840ae2ba07efd180901bd03 1 0.00/1.00 vMB 0
88,408 88,408 000000000019bfd5b86180af33af840a4086f0dd1dfcf6e656c2f8424813e4cf 2 0.00/1.00 vMB 0
88,407 88,407 0000000000129cd65b8b52e9607144a9425dbd64f96522e1fe625f6bc9d74c70 5 0.00/1.00 vMB 0
88,406 88,406 000000000008ebe55d2b92798de45c1eca06db946917f4d46482463b2c40a9a1 1 0.00/1.00 vMB 0
88,405 88,405 000000000003376378fbd2d4392b928ce825249a0632339d9a96619b06f4574e 3 0.00/1.00 vMB 0
88,404 88,404 00000000001d73a61afb05b1b8718e2c38a3b7a73bea4b495ce721fb2bc9c707 1 0.00/1.00 vMB 0
88,403 88,403 000000000015c5209b908c75724436fb583529eaf0660eee9df3df21f4b8d089 1 0.00/1.00 vMB 0
88,402 88,402 0000000000174c7f0391a0069e880ebe3f69944dede8b578a111e0e660ebf79e 1 0.00/1.00 vMB 0
88,401 88,401 00000000001dee20cf2323604befd30079b42a9dad0083feb4bdacc7ec512fbf 2 0.00/1.00 vMB 0
88,400 88,400 00000000000ab0e387b3962461fd58b3f5ca34b0184ab4ea66fdc8b827d3ad69 1 0.00/1.00 vMB 0
88,399 88,399 000000000015323e8f7cf58541b170c9d5bf83b157e90de5cf50d9d7b02e2233 1 0.00/1.00 vMB 0
88,398 88,398 000000000011f460724058f07890f89f8c6f3fd5996003b5452a652c17c701aa 1 0.00/1.00 vMB 0
88,397 88,397 0000000000127238c1b349dba1c05db8582957b468c91ca056dbffee48e5d908 1 0.00/1.00 vMB 0
88,396 88,396 000000000003e6f17c4aeea1bf51e67f138f9cf4252874d673097b67752ebead 3 0.00/1.00 vMB 0
88,395 88,395 000000000009891e1feb2fac80836e408ea34391f75569d020a72316708b780e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.36 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.21 GB
    • Received: 10.37 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.