Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

540 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (828,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,807 80,807 00000000003cd8f03eb9feea10c54c9cc9490088e532bae455332881c8082309 0.00 MB 5 0
80,806 80,806 0000000000378c05338cd6efd84ee818c0252fec7ef872158d2086b35a7863b9 0.00 MB 1 0
80,805 80,805 000000000042f1196db51708ad477a0518b479aedb22b52b506f6ea1a731246d 0.00 MB 1 0
80,804 80,804 00000000003a7ce89f70e76637cee880b9b3d5150caa8b10f0e96940aed2feb3 0.00 MB 1 0
80,803 80,803 0000000000328353eca2f424b993acecdafba2c6d16815c0b9c0d7670081c44e 0.00 MB 1 0
80,802 80,802 00000000001997ccfc472688de542c959930d7329c7ee4629cc5e07ae5697a69 0.00 MB 1 0
80,801 80,801 00000000000d5690caf4cb8303b4ac8f117e82c170e9e5424c4f263298b1736a 0.00 MB 2 0
80,800 80,800 00000000003ab318b86eaa5f13f374077a80bf5bca7474c7f093309933742c37 0.00 MB 1 0
80,799 80,799 00000000002f098e15e6a36420e37c0b1eaa48454fee72593c37e7de97e49033 0.00 MB 2 0
80,798 80,798 00000000003309e8f4569da7f6e886e05f6da23f400ee776e8cfa18faadd25bd 0.00 MB 1 0
80,797 80,797 0000000000268ef42ff83860a434baa2f5a4a24e20f445f56667dccd4875e76d 0.00 MB 1 0
80,796 80,796 00000000003b67a63763d93754099597b904bd41df29880c3cb1d06b36a5d461 0.00 MB 1 0
80,795 80,795 000000000008ee6f260af7a3c11977de95c1a3e2c22761a397b4fcc11520d3ba 0.00 MB 3 0
80,794 80,794 00000000002cbced3c5e0c07ae79919a29f39cfdc309c23510380883cb648768 0.00 MB 2 0
80,793 80,793 0000000000468e91b0aebae68be17c40e10e90fffdad44661ba1876a54b9e40c 0.00 MB 1 0
80,792 80,792 00000000002b64f694c5f2752e71bbe1d8d31187c3857ec39db3c66e5f7d1816 0.00 MB 3 0
80,791 80,791 000000000036b21a0df95e375e3b4f983f9390121acc5000da4aa50d9dad0ef8 0.00 MB 1 0
80,790 80,790 00000000001b4a78116aaf91f65386bbc26e8ed22071bebf071411e8abded98f 0.00 MB 6 0
80,789 80,789 00000000002cf6a023f5596aa0e9e98783af3ec450c03badf453600055a80bc8 0.00 MB 2 0
80,788 80,788 000000000034d64a93f90c643d35aa154eba8d8524bb8b3f26ce2e5dc7986f79 0.00 MB 2 0
80,787 80,787 000000000010649b28b15403b5d7e20446abd48020be1b02d9e1c023f4ca4be9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.00 GB sent, 111.59 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.