Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,960 transactions (1.40 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,820 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,505 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,819 (297,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,880 613,880 0000000000000000000389cc52e087b69647923641f36d83630d9a10ac7b6c28 1.35 MB 2,799 32
613,879 613,879 00000000000000000001670115ed4e9bb2e47bd7b248e14455feb6f5bc7849d1 1.60 MB 2,107 11
613,878 613,878 000000000000000000056adf219f02b2f3a5f8d618f94b252c9c3120e80cddd6 1.19 MB 1,752 12
613,877 613,877 00000000000000000012126071d1af75d1d734245a1693938650e6c424548961 1.38 MB 3,003 16
613,876 613,876 000000000000000000019a04b62cedd00b17abf5911cfdffb7ced8acfdb0dd46 1.30 MB 2,442 35
613,875 613,875 0000000000000000000b96d28d234c7e2bb4a94345c24cace7cc46023e872460 1.32 MB 3,472 15
613,874 613,874 0000000000000000000b44e16630eb86c6f01f7005ea297e97f65a781f335576 1.43 MB 2,277 36
613,873 613,873 0000000000000000000a71f666d162c8b574c1aeee3c3f3cdfd6d2df1330de25 0.03 MB 102 13
613,872 613,872 00000000000000000012bc476aa9af16780321d11bdf851ab44d6269bb9bb7aa 1.07 MB 1,971 9
613,871 613,871 00000000000000000012a1efe3d821c2a567e26af68fb8c0cce1bda83974e4c3 1.28 MB 2,875 9
613,870 613,870 000000000000000000119f4c1b8d69ed3183a47297e654448c1970041fc725f9 1.20 MB 2,405 8
613,869 613,869 0000000000000000000d475427932a5221c1e57d5d94b5cf431ddf7d1c72c833 1.11 MB 1,199 6
613,868 613,868 0000000000000000000f73770330eab520eb7ba0647ff55f6c4766dfba935210 1.07 MB 1,555 13
613,867 613,867 0000000000000000000dd5d0bb390c3d88cee30cfa7a19ab8e09fd9d7007ee2b 1.17 MB 2,268 14
613,866 613,866 0000000000000000000002d5fd931b5e211948ea83dfcedf15c2b837b265040d 1.18 MB 2,295 13
613,865 613,865 0000000000000000000cd75a9825d4b354ef8c5ef4883b6ca5bbd9976ed37f0b 1.11 MB 1,637 28
613,864 613,864 00000000000000000004b6afdaa854c54faa5de47d076b32bd85b29d2d068147 1.04 MB 1,002 78
613,863 613,863 0000000000000000000ca7265393f300b7552d573f09a41abc6a37990f7ac314 0.50 MB 1,066 11
613,862 613,862 00000000000000000001e96cba770c4ac551f2910fcfa0c6259fe7853f80e065 1.30 MB 1,785 7
613,861 613,861 00000000000000000004121fca1c79d636357d9f2241649109872135571a7631 1.20 MB 2,525 6
613,860 613,860 0000000000000000000d9cc1443e42a2abf682cf3d160f400f27994a3cd1abce 1.57 MB 746 10
Previous 10 blocks ↓
Total Size: 776.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,463.39 GB sent, 132.36 GB received

Notes

  • This page updates every 5 seconds.
  • 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.