Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,255 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,819 (198,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,683 713,683 000000000000000000083f27abe569557f33bc90dc8a2173f7aae5f83cdecaee 1.32 MB 2,413 8
713,682 713,682 00000000000000000002d5eb9b7a000572e903f1918f470ec56c5627887ce4d7 0.74 MB 1,758 9
713,681 713,681 000000000000000000092ec0377bc7ec9807cc9e3095f3a46a16eda5bbf0bd92 0.51 MB 968 10
713,680 713,680 000000000000000000084f3263294cb5e5583df2128c9244e12a4322c24bc89a 0.63 MB 1,101 7
713,679 713,679 000000000000000000051b509c714c4f15b584b2b3a2cf1b0ebad7343ccd0072 0.68 MB 1,325 9
713,678 713,678 0000000000000000000a9ea51cde2721d06cd0acf4ffc9d35c4faaa725a90ddb 1.49 MB 2,620 10
713,677 713,677 00000000000000000001428b6dd8fb78d4c18d8266247406a181f377b2b76bc8 0.23 MB 487 8
713,676 713,676 0000000000000000000b6661307a4ea817c5e371f4c939385e778be1278faa94 0.35 MB 899 10
713,675 713,675 000000000000000000050a5a7621bdaeaef5ecfcdcb17ee854b9195555fa13de 0.22 MB 412 10
713,674 713,674 000000000000000000095b2132f75f3a0a4b8c1e0c589fff84485cff12fe5110 0.75 MB 930 2
713,673 713,673 00000000000000000003d6e541056529e433555205f7d70eef738be00ce1ce5a 1.52 MB 3,200 7
713,672 713,672 0000000000000000000681b7ab9dec4ba750a7b87ecea8592504fdf7856e87df 1.54 MB 3,150 6
713,671 713,671 00000000000000000002f9ea4d250a96c1775af3eeea631fe74bb194b4d7308d 1.42 MB 3,241 24
713,670 713,670 000000000000000000058df10f4db7230b04a9b04aa199bfa2deee15fba73b45 0.79 MB 1,472 8
713,669 713,669 000000000000000000037cc17972a986f90365389b58c30b1de73275b828b314 0.68 MB 1,301 12
713,668 713,668 00000000000000000009d16879dc8c40e03563a4acff4da7f9299c97bb635887 1.06 MB 1,664 4
713,667 713,667 0000000000000000000a66e4c073507de94f5a9a16b8601346eb25ff496e1354 1.48 MB 3,668 4
713,666 713,666 0000000000000000000b16ebeb9e33120d46a3731ce824e2e28b62837b9ebb2a 1.46 MB 2,709 9
713,665 713,665 0000000000000000000a5d210c493168af9641fae793a425be87888be888aec2 1.53 MB 3,672 7
713,664 713,664 00000000000000000007e0f205011034fcb6577b0840b35fcabc4f5a77645f35 1.39 MB 3,265 25
713,663 713,663 0000000000000000000a8c54b4dfa4ba0152a0c4d5bcbf999025cbcbf0efc039 0.67 MB 1,151 8
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.63 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.