Loading Tool

Explorer IconExplorer

Memory Pool

45,465 transactions
22.03 vMB
0.09037866 BTC
Random Selection Loading Transactions
Max Size: 123.06/200 MB

Candidate Block

Mining Attempt e5edbbc7c0cbe76b184fa761434f882640931f0fc2213c6b05cb09991a31888d
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root 146489fdc083036338268a875c9a4d433c7579a1b9ed9d439c134fef63762bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03399106 BTC
Feerates: 175.14 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (840,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,340 73,340 0000000000087c71aa299d2c241d6304b5c861e85cc7f34edef9c0a7cc3843ac 2 0.00/1.00 vMB 0
73,339 73,339 000000000053deebfb18fb88e7647611f092ec66d79b938e7ddeb2e3bb9bdedd 2 0.00/1.00 vMB 0
73,338 73,338 00000000007cac403da10faabc8a60ee517dd1b6ac77407d3b28b37bae831e1c 1 0.00/1.00 vMB 0
73,337 73,337 00000000002a73c7376cc12f64fe1aa03df33311fbefe15eedfbffdb8a1bd2db 3 0.00/1.00 vMB 0
73,336 73,336 00000000005a4b465b885bc8115415d4d7b6c2bf27a65a2fcbac70414096e8b6 1 0.00/1.00 vMB 0
73,335 73,335 0000000000acd797e11c9734e9f3ed2019472bda131a627443d0ea10630fcd7b 1 0.00/1.00 vMB 0
73,334 73,334 0000000000532474acbe1f72f93ae1ea3670af224496d4b325921c5beea4968a 1 0.00/1.00 vMB 0
73,333 73,333 00000000008b1035f74a14cebe4dbcc1fe93a85a9170f82cc9946c51dd0fa118 1 0.00/1.00 vMB 0
73,332 73,332 0000000000a86810538af9c85908333c9167fe83d3b4e17bf0d97e6f1e10d902 1 0.00/1.00 vMB 0
73,331 73,331 0000000000abcb5740a14002b50f25b2565077f79fba66a9a5383bd09b127925 3 0.00/1.00 vMB 0
73,330 73,330 000000000075777d93a556910baae854c8f96683fa340b3ebefdfe4c206100eb 1 0.00/1.00 vMB 0
73,329 73,329 0000000000a1ea4b365b68342d109aab4fa4a1843a70b09fea09004e91c563e3 4 0.00/1.00 vMB 0
73,328 73,328 000000000035cf70b6f58561ffcd883bf286f9a4048a48f0372c8873d65bc1e7 1 0.00/1.00 vMB 0
73,327 73,327 00000000009315c7421600ff044405eee043885867df5b46a277192dbd113216 6 0.00/1.00 vMB 0
73,326 73,326 00000000001da0444eac75d539688e939bc5c988f27cbea7186b1353c3a855e8 13 0.00/1.00 vMB 0
73,325 73,325 0000000000a2a35173063d950d3f4903c697121e1d662e21e5d2607d5dd30c3c 1 0.00/1.00 vMB 0
73,324 73,324 0000000000647ffcb67288fb8c22a157c68fd67486188c3887e2132f4b1d23b8 1 0.00/1.00 vMB 0
73,323 73,323 00000000003d1ffb60d8079ffa15b1970f6e4ee8b9b1f1bf10a7fa57b1008dd3 1 0.00/1.00 vMB 0
73,322 73,322 000000000066f96e4363e19b55490c1e280bbae3a5552ac2a6e4bc82d1ecc026 2 0.00/1.00 vMB 0
73,321 73,321 000000000030b549118e595ec6f5f12f476989e5ba2e17b04c23516aace80458 1 0.00/1.00 vMB 0
73,320 73,320 000000000015c55cc46e99bffd308f52b1cdf14379889156fccf3591584aa01f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 557.79 GB
    • Received: 7.09 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.