Loading Tool

Explorer IconExplorer

Memory Pool

33,332 transactions
25.24 vMB
0.05212650 BTC
Random Selection Loading Transactions
Max Size: 127.84/200 MB

Candidate Block

Mining Attempt 2684fcbddfeb6584738f19c1b6d0398c4aee8602a9dd0c602f8bbf01a554fefd
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root f703fd8520e1e91e0824cfb92562a4e9e58238702f373c9d34b20e10b2ac4d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,320
Size: 1.00 vMB
Total Fees: 0.00659159 BTC
Feerates: 713.01 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (828,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,282 86,282 00000000002bc2e441544bc3ce651e57e6c9031d54302a37e8d4ed4d1cc13886 4 0.00/1.00 vMB 0
86,281 86,281 0000000000142236d9cb53289398fef3234d553661ff9840aee95fe3d81b6c90 1 0.00/1.00 vMB 0
86,280 86,280 00000000001d1a2ed0c96855a7496400971fd1a1af771d5afd50c4f6b736076c 2 0.00/1.00 vMB 0
86,279 86,279 0000000000266f9958fade94f8bd936aec665d617d85bb8e8a003294119030e2 3 0.00/1.00 vMB 0
86,278 86,278 0000000000256294bef47ba246527fef8982c981883db352c9574a389cb509a0 2 0.00/1.00 vMB 0
86,277 86,277 00000000001fcf66ec921b9c8449e7604c7f2b6b5c3970c495b9717793b30c12 5 0.00/1.00 vMB 0
86,276 86,276 00000000002a19fe6463ebd2777ae4d48069ef298c8b713196e7ce57a59b3400 2 0.00/1.00 vMB 0
86,275 86,275 00000000002968c745d85859ccdd6dd81d265f6ebf6610ffa22f7227159d1559 3 0.00/1.00 vMB 0
86,274 86,274 000000000018eab70bda90bec449ee3a66d26736b9a5fb1bc520b857a2da4333 3 0.00/1.00 vMB 0
86,273 86,273 00000000000608d1df991d4a0980f9e1f4c7bfeefec36f7db16fef0f80ad2ad1 1 0.00/1.00 vMB 0
86,272 86,272 0000000000136728b777daa579024a2a2e802efbcea809fee284888daf2573ce 1 0.00/1.00 vMB 0
86,271 86,271 0000000000097e1461aacdc913077184731b6f3c4e6770eadd4b1870d40e74bc 1 0.00/1.00 vMB 0
86,270 86,270 00000000000cc7de81a8cc5434065965a4a617a5a3bd64e68a0d7d3056e8aff2 4 0.01/1.00 vMB 0
86,269 86,269 000000000003f2babb3cfbd3f49986b54bef8187184a4f7d531bdc868394f7c2 2 0.00/1.00 vMB 0
86,268 86,268 00000000000f7a5e411e0c02218b06cce01a953aaba40b0b387fceb8091c4676 4 0.00/1.00 vMB 0
86,267 86,267 000000000000253dbe6779058ca57b99b141021233717eace823bf08f4b98de9 1 0.00/1.00 vMB 0
86,266 86,266 00000000002d053ee5f3a0393b3cfcf1f77509942da2c124d19a33c543670ab8 1 0.00/1.00 vMB 0
86,265 86,265 00000000000299fc239c96fbf66ef5592942956155711731c67f7916f5e67ee5 1 0.00/1.00 vMB 0
86,264 86,264 00000000002da1d416e0d63ec47c4c4b1634361c1e5fedc3369089309629bda9 1 0.00/1.00 vMB 0
86,263 86,263 000000000008eb140040a01bb8564751631f1fa13f9be02c2efb3b548bbea1e2 2 0.00/1.00 vMB 0
86,262 86,262 0000000000160f3ff1d819efbba52f8c4f02116926cfec398f69d67aa99eb5eb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 635.95 GB
    • Received: 12.34 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.