Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,338 transactions (0.80 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,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.80 vMB 2,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (824,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,826 85,826 00000000001fa147016c0492767970b8933c535e5c6c56a9cd160af7eb983d87 0.00 MB 1 0
85,825 85,825 00000000000cbeaaacc08503db8ef69bd9336a2507885ccc652a24167f081a0b 0.00 MB 4 0
85,824 85,824 00000000001d98f7793257a7ccb0ea74cd1051612f0b60bffb5ee74e08020382 0.00 MB 1 0
85,823 85,823 0000000000124ba167a62913cdb196d6c1c8f7a75296cf4c02df8079d8e8c2ca 0.00 MB 1 0
85,822 85,822 00000000001b4a0bda7dbe15e85c4dbf8c768b029cdfff116cd013f47878e75a 0.00 MB 1 0
85,821 85,821 00000000000f9fdbccb2e9a73664dc6d5ec4177aec5d150228049b70c9859f29 0.00 MB 1 0
85,820 85,820 0000000000298274c95794d2904418bce7c1fb3ffdee2f105d1d4f6e468267a3 0.00 MB 1 0
85,819 85,819 00000000001399f9243728f4e386d164167ea1d459c41372c5424c269b8eca11 0.00 MB 1 0
85,818 85,818 00000000000f867117077120d1a8bf4864192a675cfc45ecb13d47d128a889dd 0.00 MB 2 0
85,817 85,817 000000000008d23b2368c021b23eebf99784e0557e9341a27e492795057b2a76 0.00 MB 2 0
85,816 85,816 000000000012de88a93e60bd088f019cc71b43041c1fe893afde4e52dcdb55de 0.00 MB 4 0
85,815 85,815 0000000000295747abfd9380d51c3afc9dd44cf9af05e6b8ab568c314bc43b58 0.00 MB 1 0
85,814 85,814 000000000019439117f8bf472162953e8a104c4968be96091d197d30affad5cb 0.00 MB 1 0
85,813 85,813 0000000000234f35cee23c682c67ba76c4bd47bec7086e73a615073b4f2ccb82 0.00 MB 1 0
85,812 85,812 000000000001d93c17290806c7b7a6f84f155e4752165db943286e7ed89c3be9 0.00 MB 3 0
85,811 85,811 00000000002ad52fc26537df10fbeec867c7c21d200b3d1f41ad871e3f5c9971 0.00 MB 3 0
85,810 85,810 00000000000db8d5028cface9b1cb65b3e93324f87c09e27596327a13eb96932 0.00 MB 2 0
85,809 85,809 00000000002f560151c0912ebb667f8664fe3af855bc59b3bcee8136909991c6 0.00 MB 4 0
85,808 85,808 00000000000b836237b53c01d91a776f6bd4e64c72737026e0b3a6cf075b6bec 0.00 MB 1 0
85,807 85,807 00000000001098d22fc53d8e42401f7e5c15001da50854100cf2cc5af41b8f22 0.00 MB 2 0
85,806 85,806 0000000000020d346e91a394849dabed95369340e4583b3cb9e98a62e7afa420 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.