Loading Tool

Explorer IconExplorer

Memory Pool

39,977 transactions
18.43 vMB
0.15459211 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.71/200 MB

Candidate Block

Mining Attempt 55997cd064fb6a0d63ccca3966347ffa5e2cdeaea7f3ef61ecb760768216d832
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root b58d37dd4871a6b6d36b7c3a0da64d8abd321199f8a3b0cf3472e7361aa99ca6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03332942 BTC
Median Feerate: 3.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (691,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,132 222,132 000000000000042797f0190d3ab7f27d7a7467dde5e015eab1ea7679b4c02816 25 0.02 vMB 44
222,131 222,131 00000000000000fcd2e8f8b61aa4990001946b1466359135ad5399a11352c67a 295 0.15 vMB 314
222,130 222,130 00000000000003a389b278411958ec4666efb3c3efba6e5e8edbd0662b6b523f 399 0.19 vMB 160
222,129 222,129 000000000000018f7a96269216b86706e1f7cd7217833930124e24c35c861e68 417 0.21 vMB 61
222,128 222,128 00000000000000cebb17d30bf29bb95f899bf8c111ce5d80327742d629de8458 13 0.00 vMB 74
222,127 222,127 00000000000001362c547668bcfa40a97fb7eef75d3782c58dde3ad7b3069618 509 0.24 vMB 156
222,126 222,126 00000000000002ef78a76db0ebfed00f30b717864cda5356f49df66655d1c8d9 115 0.07 vMB 109
222,125 222,125 0000000000000362aac9ade709c1fe8684a1b9120e46a351f8a80ea668250a98 517 0.24 vMB 183
222,124 222,124 000000000000022ef2bca06600a4fa89120beae4c4e89bd3de83c87712c9ae78 12 0.00 vMB 523
222,123 222,123 000000000000006e7266a384ee027c19e8a71967de8d0cd190411b5e823f4dac 468 0.22 vMB 177
222,122 222,122 0000000000000457884891bc38cf210cdb59a5ea47182160a1807bd731572ab6 542 0.25 vMB 186
222,121 222,121 0000000000000201f89f96fd735bbd4bd9554a895a56e5f61851a07077aa11ee 118 0.11 vMB 75
222,120 222,120 000000000000026c2ed48ee667d185a409996cbc1525a04ceaadcd6a0b51db57 549 0.23 vMB 184
222,119 222,119 00000000000000a5a392ddaf6afb98031293ac5c49cbcbddca2b13b3d264f50e 229 0.10 vMB 201
222,118 222,118 00000000000001cf58e7409a3e357e766b28bad5fec919e1b566ffe8099e974e 90 0.05 vMB 44
222,117 222,117 000000000000017edc4c94bcbfa201ebd1b4e25cce030300af385c532ed4f608 183 0.08 vMB 130
222,116 222,116 000000000000042f9334df4ad9d9d54557b6a404a16a558aad625ac219edcf18 438 0.25 vMB 151
222,115 222,115 000000000000002127d052bbfc8fa2593d640176261c385480d89867c1caae29 533 0.25 vMB 219
222,114 222,114 0000000000000006f77e6a2fada16e401362a082464ffa60a41c152a9c6fffbe 39 0.02 vMB 120
222,113 222,113 00000000000003f9c68bebaf414ace43d67cf8bac23294bb9b59ca255d960b73 349 0.13 vMB 193
222,112 222,112 00000000000001044aa7f8d652e89b9a768f72aea6dd81bad10d0182434b2c7f 156 0.08 vMB 159
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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