Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

497 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,558 (870,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,895 40,895 00000000087b5d4cff69dd437788a6cc2d99c97db7950c19594ec14ccab3d9ff 0.00 MB 1 0
40,894 40,894 0000000022686d2e92e922905f5c82cc746884f0cbb3258468fbbdf13ca63cbe 0.00 MB 1 0
40,893 40,893 000000001c247b9cf17cf84f9a56e151beb5ea7a33d0b2220085d6133b228c82 0.00 MB 1 0
40,892 40,892 0000000057363ffc17ebd0b66af890faf2b2ab2ff30078a040759d9b3e433941 0.00 MB 1 0
40,891 40,891 0000000036e1854a68ffc1eb5e9e7aed628e9531d74c8ab38a9649d9dd6b0eed 0.00 MB 1 0
40,890 40,890 000000001197d9847897b3b1df5d0e5757ac64e81f6b788197ce7ccfa1f4dcf2 0.00 MB 1 0
40,889 40,889 0000000014d5e48ced3b46edcc03cbcc566c11d42f77838045ee6d8ee8f114a3 0.00 MB 1 0
40,888 40,888 0000000020e48caa404cb9575764ead349392df260ce889be84029a1831f297e 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.27 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,414.41 GB sent, 129.99 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.