Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,845 transactions (1.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,969 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,253 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,968 (870,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,739 40,739 00000000073e6a4b7ae8a0d985d60eaaf1393ccccd57ada6a12e33ef975387c1 0.00 MB 1 0
40,738 40,738 000000001f24924b2286611ff4d6a714f84f358965034c6887d2f63d70aafba1 0.00 MB 1 0
40,737 40,737 000000003d4ab6f03f5fab6949255e36524b92a2ccada5f46c4bcd977c46c782 0.00 MB 1 0
40,736 40,736 0000000000bfcbec8644bbf04003c73aa04f8345f12f6a00601220ff0385acae 0.00 MB 1 0
40,735 40,735 00000000583c1ef7874423ab9f17ee166b52bff2ef62cf9245814fbcdc3a04f9 0.00 MB 1 0
40,734 40,734 0000000047dd98efe0f9faa9425fa889d7a3de1887001bb932ed0a0807bb2529 0.00 MB 1 0
40,733 40,733 00000000502c18ba2bf3efad0a029fe9616eec2cd98417c2fb1cf9e1a6d1a885 0.00 MB 1 0
40,732 40,732 000000004ac709194df91330d754a4bee11a8b8f89351ae3a898ad0de796d84c 0.00 MB 1 0
40,731 40,731 00000000076341fe6ce47a3d9b7d9a504756090396e5b4543456f4b6e18b89d1 0.00 MB 1 0
40,730 40,730 000000000178dabcdd32e544429efab32a08da2e67f888b4c8b6f477b41079bd 0.00 MB 1 0
40,729 40,729 000000001153a6e02ea4f8417dd5f6b86bf9286248813eb85366c440bf5c238a 0.00 MB 1 0
40,728 40,728 00000000257340be00c7275ea67cfbd955edc61461b0e88d4be94dd6c856af13 0.00 MB 1 0
40,727 40,727 000000000e69a427a3c7113238d9d8a2eacd47b7cfe5aa7b63542ad83e66b62c 0.00 MB 1 0
40,726 40,726 0000000034fc47412b542e44420dd45caad76b3440155a50b42205d4aebd95cd 0.00 MB 1 0
40,725 40,725 000000005e2facca3511a173560e89e7fc7ef260e781b649ead0abe420c80580 0.00 MB 1 0
40,724 40,724 00000000601aae099708aa68f669b85d34b854de97ec009822bc0ae0123092b8 0.00 MB 1 0
40,723 40,723 000000003d931f18dc12dd732d484d88948cf13da510b3ec3dc9f983a81e44e4 0.00 MB 1 0
40,722 40,722 000000003dc07fc43dd8ff1ec14a7a22c8c9369c7beb3f0dddd06ce6339dbc91 0.00 MB 1 0
40,721 40,721 000000001b8bb677f34fa4aee9cc349a1027e9b4e242d42bce70d8adf4e8f1c6 0.00 MB 1 0
40,720 40,720 00000000194693da7be0976c3115c0143344d5427dfc66f91e934eaa6138bc0e 0.00 MB 1 0
40,719 40,719 000000000e63d39b2028623eb5cea0661b1e478ea91a508fafe183c1c8c22b68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.18 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,359.36 GB sent, 124.65 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.