Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,404 transactions (2.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,429 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (838,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,822 71,822 000000000046f3aa065ed0ebb5ec5527dff3e54a179510d249a17d9add4fcd0e 0.00 MB 2 0
71,821 71,821 000000000017385416c99766dca33f9195131a096703a540c937cf42212db7c9 0.00 MB 1 0
71,820 71,820 0000000000e407f31c4840a7099c62375b4d0faf56b5509f665eb30016ab33f1 0.00 MB 1 0
71,819 71,819 0000000000d07424e64fcf76ab8a29fae7af6ef6c6237c09d125494f73508bae 0.00 MB 1 0
71,818 71,818 00000000002464bea1d3714dfbc6ac582e53eafb7ed9fc75057a6a035d6bb1d4 0.00 MB 1 0
71,817 71,817 00000000005dc017e8ebd956bdfd5f7f6dd5c19f62c0d014a87792e0966313fd 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.55 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,271.44 GB sent, 121.34 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.