Loading Tool

Explorer IconExplorer

Memory Pool

34,267 transactions
14.34 vMB
0.06400516 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.56/200 MB

Candidate Block

Mining Attempt 10f7ba666bd73dd59143a6fe7705958971bf51629c0ab860ba47f3fbccdeb194
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root f29469d6e34fd4ab47be294dbab07c04d85c9fd68a72c12cb1a2efd8587209c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.02202229 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (663,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,113 250,113 0000000000000072a6350746bef3b38e15cde015e0cc8937b01a7c78f92a2310 31 0.01 vMB 116
250,112 250,112 00000000000000353a52a3919a778037d550becbcd2a565a4b27cb5cd1c12119 406 0.17 vMB 121
250,111 250,111 000000000000004a085956936560e26fd23ceb3d13b951894e8fc67bb55c85db 64 0.02 vMB 125
250,110 250,110 000000000000003eaf3a92b579261803d5937feec636203474c9de848d01aaee 36 0.02 vMB 128
250,109 250,109 000000000000003cea72414e9efd29cad7d840f2e3aa105d2989cbc0cc23affc 151 0.08 vMB 109
250,108 250,108 0000000000000056f2fe0e92a926d22ba4610f7a040cc19ef1e09e4ad1273179 18 0.01 vMB 28
250,107 250,107 0000000000000059dcc0b3aacbe49a05c19f5ea84607c039cd3d8dec398445ec 468 0.21 vMB 109
250,106 250,106 000000000000005b684abaf75c7c3041821a46e0ecbc008ef68f567a23cc0d2f 38 0.02 vMB 65
250,105 250,105 0000000000000025c3a88ec93be77b3df4f8774824eb53473c984fd19b36b6d6 457 0.20 vMB 113
250,104 250,104 0000000000000012f570c9fe611b80685c602968dc533ea3a969ec242444ebaa 101 0.05 vMB 117
250,103 250,103 000000000000005679e83494ae91bced1168ecdbb9286ccc41904e44f0afc61f 1 0.00 vMB 0
250,102 250,102 0000000000000037bbbae62ae8a9d20f4b152ceeb68f58204158393d302490fc 23 0.01 vMB 130
250,101 250,101 000000000000002af4f16113ff10770c293401520f50df8ab0d56f078a1d9bc7 63 0.03 vMB 87
250,100 250,100 000000000000001444a09639a61b244a5ab3954cbe272e35fda17c25e25156c6 272 0.16 vMB 106
250,099 250,099 000000000000003b6054b9d3f9759a7fb821399e2eec0012abaf89e23ad5e20a 766 0.28 vMB 97
250,098 250,098 00000000000000465896e6e2c382e0d0b4da5b033a16e56facfb5cd585ceb331 65 0.03 vMB 159
250,097 250,097 000000000000002f389a3a64b70bfce7ffe81cbd04c36a54965a7e97c0a5787c 216 0.18 vMB 63
250,096 250,096 000000000000000ab216fa7fa679e2cdf69ddfd5351974b0e4fb6276b94e0e5b 284 0.17 vMB 93
250,095 250,095 000000000000002ac64614d9faa5c99468cc848de0ff0d646a8cce1bc4ad9e4b 80 0.04 vMB 90
250,094 250,094 000000000000001902a959ae9b020389fd5e83f6ca74cfa0654e4d2f1bd58751 223 0.09 vMB 134
250,093 250,093 000000000000006a4f2e56501be6716eab1dba10e2dd6f762978ca76ed706a64 272 0.17 vMB 65
Previous 10 blocks ↓
Total Size: 779.46 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: 147.14 GB
    • Received: 0.59 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.