Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,012 transactions (5.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,177 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (846,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,974 62,974 000000000a828b15a6fa79812418feec1837600264e78b63cf0a1f4ce2eb749d 0.00 MB 1 0
62,973 62,973 0000000002000fb0d20951de4694a63fb9fbe06a72a00c66df1bed6c728bb551 0.00 MB 1 0
62,972 62,972 0000000008409d67e92f6fde0494d684b2eff5282ff81db8bbd2a279a316cfa7 0.00 MB 1 0
62,971 62,971 0000000009fbe794514e62f6e62d9372a8e6b91fd499526ceb79972e9e3e3548 0.00 MB 1 0
62,970 62,970 0000000000237eae6ba5868bf08ae0911b4e2e7c48794992f6c77225dc31b856 0.00 MB 3 0
62,969 62,969 000000000a67fbe2dd9781ed48ba76fe468173fcfbcd9f979efc1af2393843eb 0.00 MB 1 0
62,968 62,968 0000000000735ed4e1354552f46d74cb2c3709bfe46dcf545d1eb85fe028ae2e 0.00 MB 1 0
62,967 62,967 000000000cbfee62ba16e3dfb5b7cba79b4ad3c1af8fc8448c2748fa0dbe79e6 0.00 MB 1 0
62,966 62,966 00000000041cc810a6209addffe19952ba90a58f8c873dfae9712b4cd635e92c 0.00 MB 2 0
62,965 62,965 000000000578a947da1185c2cd3f0de1376715a0efc277cafc56e9871c6db3f8 0.00 MB 1 0
62,964 62,964 00000000005a5675a3477a561e8d3fe96393fcceeeca0de1288ab0d860e7ffa4 0.00 MB 1 0
62,963 62,963 00000000068d93a5630eb82a1cc13f1891472dbb73866c0f4852d724533f96c6 0.00 MB 1 0
62,962 62,962 0000000002fb2a88b8c26245bb08e83522504e1e43391d9044f20223e0d35d1f 0.00 MB 1 0
62,961 62,961 00000000017cdb987118a63f098ae1d8a3280e0de009faebc33ed8eda99ac014 0.00 MB 1 0
62,960 62,960 00000000036365c55a184ce7092a2be08498408e50601cf9fa2d67b173827b8e 0.00 MB 1 0
62,959 62,959 000000000a26ea73922007cf3a0713e0e34a10ef785ab983a5c9333af93b1478 0.00 MB 3 0
62,958 62,958 000000000a6ce6a294125cb59ffb36ed36a607c335b2266822d59ce3caac6834 0.00 MB 2 0
62,957 62,957 00000000000ed4372f8a7e15ead8b0ef134c9d29da192d39b469fe6311768e55 0.00 MB 1 0
62,956 62,956 00000000036305ed1da29ce818694c5ecd81d4e77c113dc04528bf5788d856dd 0.00 MB 3 0
62,955 62,955 0000000005e3bff1d4787278900ac875cde5935dc9b689c83f6c1ebc17e810b8 0.00 MB 1 0
62,954 62,954 0000000000843adf9f77a94007f8f0557e9bb1c176b874dbfc39875f114cfe57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,045.89 GB sent, 108.27 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.