Loading Tool

Explorer IconExplorer

Memory Pool

11,609 transactions
9.74 vMB
0.03187267 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.76/200 MB

Candidate Block

Mining Attempt 49ea8053c502691f5f8d27356db6b3324eb4fac162ffc7e3e27113cb1e59dbac
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 69ab2b04d52ab530b5276e2e85f825e718c78849ee7a4c98a074cabc8ee1187d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,875
Size: 0.9979885 1.00 vMB
Total Fees: 0.01712822 BTC
Feerates: 194.03 > 1.72 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (740,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,880 172,880 0000000000000a7668f2c4b27f3a29046b6f0f113e73770f9f7b16b7bbfefa67 120 0.04/1.00 vMB 9,666
172,879 172,879 0000000000000410f290afb4185cfb82fcfa8597f66df0f690af4a115b744982 1 0.00/1.00 vMB 0
172,878 172,878 000000000000062a79522dd6accc91d275e7058870b638eca63fc5f5eb207445 38 0.02/1.00 vMB 246
172,877 172,877 0000000000000533d386444af81e37c73878219a78aecc9ea57c1e48cebf6d8c 58 0.03/1.00 vMB 73
172,876 172,876 00000000000004295effdba8315b23b517091151b82e222ea38284712c8abe5c 1 0.00/1.00 vMB 0
172,875 172,875 0000000000000a3cec6f2144b1319d355918d6338ba4c1769a36161d781d5838 49 0.02/1.00 vMB 126
172,874 172,874 0000000000000344901f7feb969989801fd638600995c7bd4d3f2e091874c632 143 0.04/1.00 vMB 87
172,873 172,873 00000000000005040b68b6bff56a5e5db0075849cf0f31e867608981364cc236 134 0.05/1.00 vMB 147
172,872 172,872 00000000000000de835fb58be086e57851303e3c01939614d7b1a796df9bfac3 1 0.00/1.00 vMB 0
172,871 172,871 00000000000009d6a9f9b376b7a144c978016fa53e5b273cffb3d92529f81bda 80 0.04/1.00 vMB 52
172,870 172,870 000000000000075add62cfd46e4f7ef33e9fadf5ebe73874266eaeded801b77f 22 0.01/1.00 vMB 197
172,869 172,869 00000000000000e3ff0f731c45ca1413e6ac27176c3f334084b137ac91b03acb 1 0.00/1.00 vMB 0
172,868 172,868 00000000000004c66b50178d1e1f8dcf98958084052e28af24d79258d37216b7 10 0.00/1.00 vMB 0
172,867 172,867 0000000000000462421feb005f693f96b09ebfe66523913fed372ea524e4d91c 10 0.01/1.00 vMB 60
172,866 172,866 000000000000062e36d3b4cef72380ae7fc6703fac6e914bacca1d9bc6628d70 11 0.01/1.00 vMB 208
172,865 172,865 0000000000000791f089f0a474f4e42b0c75b83595ad4cd8ea269cff4f102b37 8 0.01/1.00 vMB 20
172,864 172,864 000000000000050e716f9bce90e824f96b0ca45cdfeb868b74a113a1859cd0f6 36 0.02/1.00 vMB 538
172,863 172,863 000000000000017d21eb40cb0537bc0bf2e0e082c1bb11bf4c2e878c488f7690 1 0.00/1.00 vMB 0
172,862 172,862 000000000000025349e8199eb7dd67da5876453a03119e6ca919761a90eea9d4 4 0.00/1.00 vMB 54
172,861 172,861 00000000000005b78ca0b9fad67b80f14069dffe0379a32cdbae3b3f89e18d00 89 0.03/1.00 vMB 52
172,860 172,860 00000000000001c99b385137cd045afe61055aafb541a6c4874c66548abd3e8b 56 0.04/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.99 GB
    • Received: 4.40 GB
  • Uptime:

Notes

  • 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.