Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,798 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (838,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,816 71,816 000000000066edb63c6e9341c0dac2040807560936beb5d5a32d341cb7ab7ce0 0.00 MB 1 0
71,815 71,815 00000000001d00f7b5769bdfcff861a7617e7024fb53e90578da99ad70ac766f 0.00 MB 3 1,321
71,814 71,814 0000000000cd726284d5dfe99a705031ae9cf9114b71df54af0561479d2a60f6 0.00 MB 1 0
71,813 71,813 00000000005339bc4aee4bd3aaa5a591798ed4ed7e6309935b5fe2b6a23b5d24 0.00 MB 1 0
71,812 71,812 0000000000d37886a809668187d3785090e516794af8e6068174ca0f5ccc995a 0.00 MB 1 0
71,811 71,811 00000000003e7c406596f9f1b363160c48e52c2634f1a28b7a736f7c688e1665 0.00 MB 1 0
71,810 71,810 0000000000f50cc338d10f6e0c575d55721970e184b027c3b848eed1ffcedde4 0.00 MB 2 0
71,809 71,809 0000000001094b85516721f8fa93aeb760cb98c4e05345c66f5cf3516040dc84 0.00 MB 7 759
71,808 71,808 0000000000f4ccb73a749be4a838d790d907e0ebb06f14c232925317c6f5ab6d 0.00 MB 1 0
71,807 71,807 00000000009a1bd0d1eb7964140c936035f423cfdc62d60d40d9674f322dd5a1 0.00 MB 5 1,850
71,806 71,806 00000000001b7d149012f207d298257b815e0e731407c3297ca22709e0f5b7af 0.00 MB 4 649
71,805 71,805 0000000000aeb6d7a32d466269b4e52ed9106dea14d1140e64ce59f1d344fdd8 0.00 MB 1 0
71,804 71,804 00000000005fbd59503718dcd1f1af1f74907560ddf91228629d5d399af3ed5e 0.00 MB 3 1,886
71,803 71,803 00000000004f93476f484a63133a688bafd94c5b68976148cffd6cacb297c6b1 0.00 MB 6 1,008
71,802 71,802 000000000011694404ef074ea0b044354a0cc446e6e66882a4e4cb0a1c99d5d0 0.00 MB 2 0
71,801 71,801 0000000000076a8d54da640408b55af2b07666f629001d5630ad79759fd6f989 0.00 MB 2 3,861
71,800 71,800 00000000000440deae99256350aded0924394ec0884618c2c042a72dfcc50afb 0.00 MB 1 0
71,799 71,799 00000000002c4cf719118387adefab33991f3f36171cfe61aa823e2d4be668f0 0.00 MB 2 0
71,798 71,798 0000000000de90bbcd33999d5de7811fbae91af97eee4fc0ed184f816804dd08 0.00 MB 1 0
71,797 71,797 0000000000f711816167dfb43161517227720cca9fdcbdfdccb600a3606dd045 0.00 MB 4 3,875
71,796 71,796 0000000000b4f9e5244299f6c44caedaf50f87a58d87f46e74865b9930ac115a 0.00 MB 2 4,464
Previous 10 blocks ↓
Total Size: 774.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,279.84 GB sent, 121.48 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.