Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,860 transactions (0.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 1,857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (870,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,887 40,887 000000004e311ed29bc3bf600c64463e2ab34f2c1d7ec1ac709d9e46351a34dc 0.00 MB 1 0
40,886 40,886 000000002c72b8f1027f2b0a98d3092ab5cb379dbf5f215a86e8df0ea9f0d27f 0.00 MB 1 0
40,885 40,885 000000001702a05043cdccf8bd1dad71777cf8c4ad2f3555ad3884f364ce9c53 0.00 MB 1 0
40,884 40,884 000000004ac95cca55b644e68df8e66dfcce73a7d61f92ef9abd4c020c314593 0.00 MB 1 0
40,883 40,883 0000000030f8f501294b57405e462da2b202918d4a72627830108c234a905309 0.00 MB 1 0
40,882 40,882 000000003e38423f15e1d8c5b63d291f464f72ee2048aee46c5c4ea643d6a7dd 0.00 MB 1 0
40,881 40,881 000000004143770793d6f7b9890d654296ea60bbb9b958d7ceb1560d8a5df80d 0.00 MB 1 0
40,880 40,880 0000000051ca67f82cd76d11f5b20c1a93ef5c2c0edeed558f3168834830d3d4 0.00 MB 1 0
40,879 40,879 00000000433ccdef280eeeeaedb072ed5b6c1c7884e040962b7f57f9c4bc6147 0.00 MB 1 0
40,878 40,878 000000005a740b75cdfbb18e4d604046176262c34cd6804c8f3eb89e005b48ba 0.00 MB 1 0
40,877 40,877 00000000373175030339842e54840b8354544382c25b6dc84db176d9f3563beb 0.00 MB 1 0
40,876 40,876 0000000007eb99189793606806a91a2fcba373627912a59cc7f015cfe5b2fe9b 0.00 MB 1 0
40,875 40,875 00000000484c98a57c1a30194fbb3afb459e9243c0a21f9119fdf95b4b4ad8b3 0.00 MB 1 0
40,874 40,874 0000000047f4399202e5dbdfcbc915fc2bb64e9f403c867f5e483af4f443484f 0.00 MB 1 0
40,873 40,873 0000000022c1d45eb7ad295fbad8008cb3b82914b5f606d726ce8b49da5be4c8 0.00 MB 1 0
40,872 40,872 00000000200b7599d4b97bc88bf5c0fcc5fd7ffaf97b9bdaf95cd1e1fe7070fa 0.00 MB 1 0
40,871 40,871 000000005ccb654c038e48cabbc5604d244616e6df7879ae84d62df813478755 0.00 MB 1 0
40,870 40,870 0000000003846d1af274fd060a25d2c746b3b214e752fea3ed762c387a82a31b 0.00 MB 1 0
40,869 40,869 000000004bb541fcee43dffe7f6dbe1e4f196a5e7ba0f52b39d60622db374942 0.00 MB 1 0
40,868 40,868 000000001f5e658666398797fa8096d55178b65be76895245bf46edc3360da10 0.00 MB 1 0
40,867 40,867 000000003c72fcd20a572814fa6db98f1008645dd0112a3ca6b5c3610c870c2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.91 GB sent, 129.46 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.