Loading Tool

Explorer IconExplorer

Memory Pool

24,750 transactions (4.29 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 35.09/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,695 000000000000000000022b910000000000000000000000000000000000000000 1,317 0.00557880 BTC 0.45 vMB 1.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,694 (705,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,434 207,434 00000000000002a2d7e759b86e4227eb75fe12b5d27e576fafcdcd80612ac2e7 0.00 MB 5 35
207,433 207,433 0000000000000486cfc629691a61377252b5d9ea6a36fa6a9a44d12631369a4a 0.02 MB 54 165
207,432 207,432 00000000000004b6fb34f124a9650cb50ff08f8915b233c85686a2877e3826ba 0.04 MB 80 199
207,431 207,431 00000000000000ed39e3ea1c949ecd9eafd236f8f1f4fa5bf13d2a691332a9ea 0.02 MB 39 216
207,430 207,430 00000000000000a38a4d5a761cd5a3f4555a9190d71c1171e1b88d790746af6c 0.03 MB 37 99
207,429 207,429 0000000000000443f825033b7db0fcb69ac4543a0efe080a358456d42b580cf8 0.04 MB 110 194
207,428 207,428 00000000000000db076eff9c3aa40d102d1fa43c928723aada7be75567d40224 0.02 MB 48 147
207,427 207,427 00000000000002a1f7aeea0f738c822be9b351f8b67410f8d65361d75490e714 0.02 MB 62 172
207,426 207,426 00000000000000cff625657154d0b50711dd68653d5c46aa4fe3305ffcf49bb7 0.00 MB 14 23
207,425 207,425 00000000000001bcaf951a8f20dcff1f2ee880e6114b3b38c5ee7bbe69f7c8ed 0.16 MB 431 194
207,424 207,424 0000000000000190a549c54e48f884b106a43797502e277a8a56e2b958808427 0.24 MB 657 197
207,423 207,423 00000000000003e9eac163d318ea8e62dd3e9ffbe72acbd34206b01ff62dff80 0.04 MB 94 119
207,422 207,422 00000000000001bac881d15a47c08bff279c71b8b1ef1ef8a134f3924f7b513f 0.18 MB 443 176
207,421 207,421 00000000000000a8a282618ccb2517ed681d8fdcc31770b9b5fc0531b9fa77aa 0.03 MB 67 127
207,420 207,420 000000000000043bafe50e5df24cba5b0602f76b525d33448370d3136f3b7e07 0.13 MB 191 534
207,419 207,419 000000000000000d537bed4b1c4adebee1962fdc38399910d11294c36739481d 0.25 MB 560 174
207,418 207,418 00000000000000010fe8c219e1292416bf619c5c466581ca6a606a9c0a9aef2f 0.02 MB 57 73
207,417 207,417 00000000000001dbb6380bf484dd4c1d3e0f3de8c45e918b455abf7cb7f477fd 0.25 MB 696 336
207,416 207,416 000000000000011224ad9cdea7cde590e847dbe8c8cba6fb5670a94d0a866f6e 0.02 MB 62 173
207,415 207,415 000000000000021adb06d6a452c0392b03d70efc4625fb045bc354ec7ff25c44 0.03 MB 61 62
207,414 207,414 00000000000000ad365254437129d942be12fe9a2cc0008620bcfa2270854596 0.22 MB 551 198
Previous 10 blocks ↓
Total Size: 778.28 GB

Node Details:

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