Loading Tool

Explorer IconExplorer

Memory Pool

578 transactions (0.14 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.83/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,462 000000000000000000022b910000000000000000000000000000000000000000 578 0.00379416 BTC 0.13 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,461 (787,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,960 124,960 0000000000001c9482d6894cd585162d7316071c8d5d805bb47ec77d86b5dc80 0.00 MB 3 1,123
124,959 124,959 00000000000032ce72589fc95c454fd71f03739bc5784587e5f9ef23941f4fda 0.02 MB 32 430
124,958 124,958 00000000000033e2bdebe68d3b49979b5b0337b53b33afb5f232f7d30778c570 0.00 MB 15 610
124,957 124,957 00000000000067e1f5b3d34d5a9d362e09c149322a3314467a3a37e16eb97326 0.04 MB 81 84
124,956 124,956 000000000000432ea51f3c3b42cb9a0f7cddd577dbcaecae640c0fc537b6c90d 0.01 MB 34 3,161
124,955 124,955 0000000000001ab693d8f55d74f175ff862f2e1cdec393c51200886ffa0fcc74 0.00 MB 9 633
124,954 124,954 000000000000314dd8117878f7423ee5bef25a5eab4bd4b45a27601adc63d380 0.01 MB 24 659
124,953 124,953 00000000000055e82025e4f13f84541a53fab350b8c5d9b96f358d5202080844 0.01 MB 7 320
124,952 124,952 0000000000000f0f58e6af2686bd319b3cf83a6094c4717e0d19d48659e88d21 0.00 MB 3 2,142
124,951 124,951 000000000000268e48b96391d2a7f1e05ede73c1f0de3cd574bb96150f346c40 0.01 MB 27 285
124,950 124,950 000000000000375df172418074652302cecb6079369cb3c73d68d6b5779ef1b7 0.02 MB 29 978
124,949 124,949 000000000000168a8ebcda9beadd6acee95eeb0a94fdb6d8e05e3ce305e11a47 0.00 MB 1 0
124,948 124,948 0000000000003eccedc3029b9a3c3f6a52c73f5577af2af6e05b98c444715db8 0.00 MB 17 1,221
124,947 124,947 00000000000005d02d1827513c4e7e8294a81ff8552cd5b4cb51a51017e0b209 0.06 MB 250 3,684
124,946 124,946 000000000000500c6d4a4b9e0f9c6a3b79a111ed7b8dd0d02ac4b73c825eed4d 0.00 MB 18 1,273
124,945 124,945 000000000000321e778de02ee5b3467a130f44e1d5a8dfb020523bf9322f9818 0.02 MB 31 324
124,944 124,944 0000000000002e766705854de28894d13a81739a011a16285035cd8176b2bd1f 0.00 MB 9 2,946
124,943 124,943 0000000000004fff556d15c4ac112209a18d84128b96846a480b45b6b0b12742 0.00 MB 7 2,728
124,942 124,942 00000000000016b507617906873ed136ff77263ad10b9a0492b4d59a5b28f7e5 0.01 MB 48 376
124,941 124,941 0000000000001bce512b9a7c6c149b9adcf6fcda41819ccf16b2276dc2b2489b 0.00 MB 11 0
124,940 124,940 0000000000001db8ed272da1d95f1c79cd8ed9cfb45eff4547bcf37b28327d87 0.00 MB 11 348
Previous 10 blocks ↓
Total Size: 777.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,554.27 GB
    • Received: 137.74 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.