Loading Tool

Explorer IconExplorer

Memory Pool

41,290 transactions
18.09 vMB
0.17087629 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.79/200 MB

Candidate Block

Mining Attempt 2b38c4ac54baa546d0854f272269f719f5f65c91d43600b4fadb3aa85a53cc98
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root a9159536dc8262b7d9e5158e1dd2627825874afd8abe8c9ac55e5c9d046e3164
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.05513717 BTC
Median Feerate: 4.68 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (763,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,417 149,417 00000000000009d9c8b77010fa284c0454a6cfa18ec324cddf65ea1701923635 24 0.01 vMB 44
149,416 149,416 0000000000000778c11581e28b976d5831aec8f596d76d9a260a445fe37ffee2 64 0.04 vMB 460
149,415 149,415 000000000000005744947ea3a07f01cb9a3993df6aef0a1777018e7ad46dabc4 100 0.03 vMB 110
149,414 149,414 0000000000000985b6241125171e36b433c56f5716fa5ea149e82adbf49a427f 14 0.01 vMB 62
149,413 149,413 00000000000008f7ddcb58819a32f6dc1094c3767e8bb8cd14d70aa26422efad 73 0.03 vMB 226
149,412 149,412 0000000000000aa9a83b61bba43a483a995d9b8ca80978e6af66d28d49c23785 77 0.02 vMB 34
149,411 149,411 000000000000054e106dd8ce3dbab71b779306a866c76ff3d07e644c6c74ab87 76 0.04 vMB 189
149,410 149,410 0000000000000653d34c7a1509c979b348d941d80bedd6f4a10778a3a9cb2645 27 0.01 vMB 21
149,409 149,409 0000000000000af5db819501f4a70f155e663e32a6ff59d2cf01fd14cd67c6f7 1 0.00 vMB 0
149,408 149,408 0000000000000718f0761a3a83bbd20326317012762ccecb89188a27816e39bc 4 0.00 vMB 36
149,407 149,407 000000000000062ce8a4cf154db890e7dbcbeccf6dd4fc8f972784eb2897ecfb 46 0.02 vMB 253
149,406 149,406 0000000000000b5c59029911229f8a2fc04f22a953078fc02528124d45dd7a71 12 0.00 vMB 0
149,405 149,405 000000000000002df02d506bf890829efca102b46c966b24238b923bcfb38861 29 0.01 vMB 288
149,404 149,404 000000000000082936db6c6112edcf7ad128f721a6c3edc32bbdb7705c100bf7 12 0.00 vMB 0
149,403 149,403 00000000000006fc770cf57ee59dbecf11eef183ed3724a36375b6ddc887969d 47 0.03 vMB 46
149,402 149,402 0000000000000453311ff4d5977e2ef027b5cd912e97a01c15b07bed53fdd3cc 9 0.00 vMB 1,303
149,401 149,401 0000000000000178f0048d677b859169a4066bd76ae739dd976e3d906083d4a1 123 0.05 vMB 171
149,400 149,400 000000000000056edea733c1998b955596ca98163d66ae3fce1ca65dc9c443e5 83 0.05 vMB 98
149,399 149,399 0000000000000a9f3ee04216039ba30712af3ed767bda2a8d3213b13976244bc 8 0.00 vMB 34
149,398 149,398 0000000000000005389f9bba2626d0b1732413b0d35bfaf93afdffdc2bfb0a8f 19 0.01 vMB 134
149,397 149,397 00000000000008ab0f55f450768c7b6c808670472f62e42eb3615e533a809df3 49 0.02 vMB 19
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.40 GB
    • Received: 0.47 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.