Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,971 transactions (1.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,624 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,623 (313,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,728 597,728 00000000000000000008c83f362fa92d88d64e7b562714ccae2f7aa235e99b3a 1.24 MB 2,904 20
597,727 597,727 0000000000000000000eab452666748280d9a74e110c2348710a5f7352cc6146 1.06 MB 451 6
597,726 597,726 0000000000000000000271fe0258d8c7c4ca516715f25b3b290ed60905d1a942 1.22 MB 2,551 25
597,725 597,725 000000000000000000058d589c6ecc33f30d4bc10756365160cede0f580dcaf9 1.28 MB 2,500 19
597,724 597,724 00000000000000000006fc2a0f64f83a5b2832c089edae96a8d75e51106566a4 1.34 MB 2,597 12
597,723 597,723 000000000000000000157d8a1791f25d43c9f2d03c773ff013ed3c694a5800da 1.14 MB 2,793 14
597,722 597,722 0000000000000000000f035dd96f8e5974e28bfe5683a9a7729604080914c8df 1.34 MB 3,148 37
597,721 597,721 000000000000000000056cfe0e84953b4e077b5b791386aad89a7400039abf5f 1.43 MB 3,094 63
597,720 597,720 0000000000000000000cb4d3aa971cd52cfb80028ae1db1fd99e0d35bf75c53e 1.50 MB 2,076 11
597,719 597,719 000000000000000000133a4017b49daccd696a805e98094aa2a668d776f1a8e6 1.08 MB 1,739 5
597,718 597,718 0000000000000000000ba73cbcc7c3807ec16a7842a4ad4d86991b6973e52ea7 1.18 MB 2,540 13
597,717 597,717 00000000000000000009c6459705156fbe673fcab1638d4f34a19b4b503b755b 1.35 MB 3,353 60
597,716 597,716 00000000000000000007c178d4a1ed2d1002d9ae4044e5dfbb2d89d6b6c4ab34 1.31 MB 2,893 37
597,715 597,715 0000000000000000000b6aa7ba2e042e4a37026cb14e4092348b1f650a3234b9 1.28 MB 1,649 6
597,714 597,714 000000000000000000132d4dece92da326f7335746009d4234cca79156f21e0a 1.20 MB 2,621 25
597,713 597,713 00000000000000000001e1c9c1447b8f9c96d27d37b31b1a3ea04645adec7482 1.28 MB 2,463 15
597,712 597,712 00000000000000000005173e0a4b9164d6aa7756099f18a4cf0e5cde4130c7c1 1.34 MB 2,797 39
597,711 597,711 000000000000000000071a492365a7ffd7410da11aa5a86a46c98f4f8ec0804a 1.38 MB 3,270 68
597,710 597,710 0000000000000000000c5c5b5e95d2a9944fef4a9edb7ef6ac6efb40f97a04cf 1.34 MB 3,107 52
597,709 597,709 00000000000000000000c63d2b0c69cef7e97e0ce10aef26391d8768020e8265 1.17 MB 1,576 13
597,708 597,708 0000000000000000000da2752bfe5da36c2a3bf6551446b4afd5e624704a9e8b 1.30 MB 2,580 53
Previous 10 blocks ↓
Total Size: 776.39 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,421.80 GB sent, 130.57 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.