Loading Tool

Explorer IconExplorer

Memory Pool

43,667 transactions
28.12 vMB
0.06733381 BTC
Random Selection Loading Transactions
Max Size: 148.40/200 MB

Candidate Block

Mining Attempt ad3c89a1fd2faa5520f8ad901280c52d71a289f287c3ad91415ff9c49306757e
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root d7676675526022e269165e97d690569311edced70240ad61dd14151414c4b499
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.01437205 BTC
Feerates: 106.37 > 1.44 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (314,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,717 600,717 00000000000000000014fa06050f8e78cb6cea2dd87e5a49016863e08958c4f2 2,722 1.00/1.00 vMB 41
600,716 600,716 00000000000000000014bc93aeb9111406646749f1a1266d683f9632d88f0233 2,535 1.00/1.00 vMB 26
600,715 600,715 00000000000000000005d7e7e3d91fd9d9ea66f230adb9ea2fd09ee6c0825a5c 2,541 1.00/1.00 vMB 59
600,714 600,714 000000000000000000119e92314e9bc457e57768c59f0d19df8d556738d41d13 1,002 1.00/1.00 vMB 7
600,713 600,713 00000000000000000001acabf33e24b206fe7e35fa5c86b49e8a5b5d30b5f475 1,799 1.00/1.00 vMB 14
600,712 600,712 0000000000000000001495f70c322b81f953d477bae578049e900d7e590da279 2,152 1.00/1.00 vMB 12
600,711 600,711 0000000000000000000426977c99be7a9ad7c8786c97c57243476a47b200a950 2,206 1.00/1.00 vMB 17
600,710 600,710 0000000000000000000a0118c15c1e898c86a8f3a01092bd60416955ef70c37b 2,494 1.00/1.00 vMB 18
600,709 600,709 0000000000000000000fa16c5a0cc7f534d3cce0b2df8233988f8ac04b191baa 2,051 1.00/1.00 vMB 24
600,708 600,708 0000000000000000000d1c9c5cdb7f68b63c2ef49a6e8d0bef533c9dcb22ec02 2,038 1.00/1.00 vMB 31
600,707 600,707 00000000000000000007bce41a86480f0a31873ff89f9b72d9b4c2e2c5aca72f 2,292 1.00/1.00 vMB 27
600,706 600,706 00000000000000000015115b5d764bfdc8fff760856d31bfa70efd64037e0fef 2,631 1.00/1.00 vMB 45
600,705 600,705 000000000000000000108315a9b6556cf33b6d2e00a3314da8cd718c50da3d49 2,202 1.00/1.00 vMB 54
600,704 600,704 000000000000000000106f07826e8393f3f69df0dc004752a27824003a619a9a 2,149 1.00/1.00 vMB 51
600,703 600,703 0000000000000000000120c0a1e1c931ea54d327d90627fd54364fdeb16997c2 1,519 1.00/1.00 vMB 70
600,702 600,702 0000000000000000000e826fce63df1a86c55489345c3ecc0b0cc03a95569598 1,436 1.00/1.00 vMB 94
600,701 600,701 000000000000000000064c3a43f043e8862e6c222f3e6edd7b2a25a593e4cee4 3,040 1.00/1.00 vMB 11
600,700 600,700 0000000000000000000d70004fd515720cef39906440a9d621a0953c88b57512 2,695 1.00/1.00 vMB 27
600,699 600,699 000000000000000000112919f2f5a9bde0f9e855a7882a288d1831a82006510f 2,688 1.00/1.00 vMB 12
600,698 600,698 000000000000000000049e2cc98407ba6c776bad6014ff2ccd9f09a3000469ba 2,895 1.00/1.00 vMB 15
600,697 600,697 0000000000000000000be248ead3be5bb46160195f8117c728aceedae7888455 2,426 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.