Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,286 transactions (4.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,260 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (846,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
62,953 62,953 0000000003a64ee63ccef0a00e598af6a4d15055cccdbde59b95879b44de93d2 0.00 MB 1 0
62,952 62,952 0000000000d0961971a4976762f75910e0c3070f3ca4a6de101448f96e59ef6c 0.00 MB 1 0
62,951 62,951 000000000a7a56e8a0ac1269935091696ddf5f5901b666f66d9791078380ecb5 0.00 MB 2 0
62,950 62,950 000000000ae300ecd187a7db6e8cb2950a59cd9c44cda319041e7f4024e7fd46 0.00 MB 1 0
62,949 62,949 00000000031b6f1dcda7c4ee02587e96c8de751c2b5fb8ef555a95c41029ba89 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.35 GB sent, 108.31 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.