Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,671 transactions (0.67 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
910,742 000000000000000000022cb30000000000000000000000000000000000000000 0.66 vMB 1,650 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (834,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,910 75,910 000000000005f85506f8be56546d2b27b72f1ee64bf0e7d3ba350d122b6a7463 0.00 MB 1 0
75,909 75,909 000000000074fef38203aaccddad97d529848daa5e9c99fb3791a3e4089b5cfb 0.00 MB 1 0
75,908 75,908 0000000000424a0f92bdbb64e851f333c2d6665a82e68c9b6e8feba64753aec6 0.00 MB 1 0
75,907 75,907 00000000002f81fca47175066c4693bf4a26fd066b4d0ef8e46a4a6156f96418 0.00 MB 1 0
75,906 75,906 00000000001cf1a637b5ac50706885355ccbd3580bda4254c145ca3186ebd8ea 0.00 MB 1 0
75,905 75,905 000000000061f9087b2297cbd510491274be89da711b401b1a9d6a526173b804 0.00 MB 1 0
75,904 75,904 0000000000736c60630a072f714c7604a8f0a3f35be9aca62a17bec9991e7f7e 0.00 MB 4 0
75,903 75,903 000000000004a5d87d0fe08e05ec8fb29f43c55603374d1490ff54ae6df1c3a4 0.00 MB 1 0
75,902 75,902 00000000004e1ff5290882aa69b11b88ad07503f2d140c776859c9898e491ad9 0.00 MB 2 0
75,901 75,901 000000000058e4c68c42673a2403709020bea3a5c901bfaf004923ed71e025bd 0.01 MB 4 0
75,900 75,900 00000000007e01eb97db12b83af072debc409318cf74f7fe7d227f7728d033be 0.00 MB 1 0
75,899 75,899 00000000001d769cd5f3d27cc088fb7ff2a79437c7b920983fb7c7ec41bbc2ec 0.00 MB 1 0
75,898 75,898 00000000005e678c87a66e722e55ec25d3b76dfd2cb367b3459da90231b5b625 0.00 MB 3 0
75,897 75,897 0000000000060acd0b2608f83a3bba8a24fbd2a39cb9406a0ef699ed42d42af4 0.00 MB 3 0
75,896 75,896 00000000003f3becbce100ac430aa7c974bf797331e414ff7cddb3fe7ea96047 0.00 MB 1 0
75,895 75,895 000000000077902b8dc092a0f522ed7d8d55f0b71462b23b3a5dbde5da48d01b 0.00 MB 1 0
75,894 75,894 0000000000304ebea626d8877b6935e495623f23affc48620edffe70a66e497a 0.00 MB 2 0
75,893 75,893 0000000000273d75612fe7b3c43ec57bac807f2f3fc215010dcb7c55e3255e78 0.00 MB 1 0
75,892 75,892 000000000050882041e173669d4f31bc21c9d8ab8d2cca18d11794bea81f4c3f 0.00 MB 2 0
75,891 75,891 000000000076164f767fce1d9660e4447377bf4fc0bc67c6e0f52dc20d16a612 0.00 MB 1 0
75,890 75,890 000000000033551847e4961ed98dea9d5cd575af913d7b350abdb5a6b7fce514 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.75 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,293.25 GB sent, 122.37 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.