Loading Tool

Explorer IconExplorer

Memory Pool

23,477 transactions (3.54 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 31.20/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,617 000000000000000000022b910000000000000000000000000000000000000000 293 0.00210151 BTC 0.06 vMB 1.05
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,616 (665,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,955 246,955 000000000000009910ce0f6c4935a5ebb16830bcf13b0fcd8aa96155a8a8c786 0.18 MB 406 179
246,954 246,954 0000000000000008a66dccc7817682535676621b60a01b7032f427b8ef8612f9 0.04 MB 63 18
246,953 246,953 000000000000008d47d3f536cba3f970839f6b57060ceef30313858c2a8d1be9 0.25 MB 588 142
246,952 246,952 000000000000004a6e5d9b6b68e0aeda1274c1cb6f508002b494039a2c369313 0.00 MB 6 92
246,951 246,951 000000000000006bfdc20266c46a0fe06e6dcd4c94c11ee324432de39b3716a9 0.01 MB 15 301
246,950 246,950 000000000000005b503314aadaccfc55448b260de3fc73eca091f12d08028f94 0.12 MB 186 160
246,949 246,949 00000000000000685ebea2a17e8049438785f94dc644cfae89470f25834e630d 0.13 MB 328 164
246,948 246,948 00000000000000659ce66267ff337a466356644d54d61957b52a69a28acd341b 0.10 MB 191 133
246,947 246,947 000000000000004fcca1636df258cbc1e0965185ed9cdd2b347a85320de68bad 0.16 MB 256 44
246,946 246,946 0000000000000004336055c0f504de6327a861a543b8046c7ad3f2ebe9b1e30a 0.03 MB 64 94
246,945 246,945 000000000000007c291269bf03c3cdffca48c7123462e3262ea4d57742dbc924 0.24 MB 428 114
246,944 246,944 0000000000000050c20a4ec45055baeb6ac3f11ec682ccff6d247a0b6aba3957 0.01 MB 28 222
246,943 246,943 00000000000000071b915895a03dcf56c1cea469630d436417fc38061bd6505c 0.01 MB 27 116
246,942 246,942 00000000000000801d88fd7307c9ebd684117904571ef9d22401abe31ff031cc 0.05 MB 104 128
246,941 246,941 000000000000001b3a2d261e9f417a60cba61f3bb704a5beebc52b9016f6b0bd 0.07 MB 149 579
246,940 246,940 0000000000000029fa130244237265492dd95be565c60a134e4fe071afa8324a 0.11 MB 290 141
246,939 246,939 000000000000009f15f24ee59f97132425d8107972f7dbd378aed89e629634d0 0.10 MB 186 77
246,938 246,938 000000000000008a22e447977b111fce5ef7b5a13185a446c185e0fdd1ccf169 0.24 MB 392 77
246,937 246,937 000000000000000f87d4370297d867fe1bd695bf0c3efcf201e8a93bae7aa72c 0.30 MB 715 200
246,936 246,936 000000000000005e09da25d6a54e912dc6501dc7669c02930b836c0ce91e8280 0.25 MB 642 170
246,935 246,935 00000000000000416acd2a3c2e4561113f21243d943bfac3796d7025bc7cc68d 0.14 MB 284 140
Previous 10 blocks ↓
Total Size: 778.15 GB

Node Details:

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