Loading Tool

Explorer IconExplorer

Memory Pool

40,519 transactions
18.94 vMB
0.18900639 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.11/200 MB

Candidate Block

Mining Attempt c46f19c4898b83b8bd2c568bf8809e21cda03ea2fd8c82b4afe16dceafaca710
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root bd87a46f8fd8e429a43d67b6db2f311f0037f5931b0e0a8b7029b536bb306aa2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.05690204 BTC
Median Feerate: 5.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (690,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,250 223,250 0000000000000297dc1773727450fe9c88dba96b40066e10652e629fe5af388b 32 0.01 vMB 226
223,249 223,249 00000000000002676219452477242fcf46068345b370fbc5587857d38ab9e3b9 105 0.05 vMB 192
223,248 223,248 000000000000032bae4896a74a5475d74f049a2e557fc8e23a9cbcf3b2a21864 205 0.10 vMB 288
223,247 223,247 000000000000021dbb3a2cec5caae3755abe2272508b54919d0d4d2149101e3e 93 0.05 vMB 229
223,246 223,246 00000000000002938a1526826cf5c6bbb380db990027a070573049448c48f5c5 527 0.23 vMB 192
223,245 223,245 00000000000000cd11faf8b6dd2d236935a8626e4dec94770250ba1b534bf06a 82 0.04 vMB 219
223,244 223,244 0000000000000247d284970b2010cdcb459d2aa5078bab6812ef426d1a65d07f 214 0.11 vMB 150
223,243 223,243 000000000000020b5a935ff43beceaa2d41c2b8b968529ed8fdf9320004f97b1 594 0.23 vMB 225
223,242 223,242 000000000000034773fc2ce95798282b2c495d987850a922e51526176dfb6940 536 0.25 vMB 235
223,241 223,241 00000000000000972f8cd7ed40b29a53de6ef44e471305d14264b46d7ad96e35 230 0.18 vMB 127
223,240 223,240 00000000000000276d23bd6fa16a65a02731283f9b3ac01ccaf256a0b2a092ad 678 0.25 vMB 217
223,239 223,239 0000000000000368caf1fd1261dbe49c1242c420c0ca278b73994c751286fdb8 117 0.05 vMB 113
223,238 223,238 0000000000000152391dfe5192bc9f9afe045ed761d8aba96153b28b4060809b 591 0.25 vMB 227
223,237 223,237 00000000000003022d22acc6f33119b0746b782122c6316b4c347d2a329bf68a 76 0.04 vMB 156
223,236 223,236 00000000000001459c8c327b128cdf93372d518e67c942ea82d50d2b88b5d345 100 0.04 vMB 169
223,235 223,235 00000000000002f77d8fd7cbd6365685bf8189c6c7239ae8f7d5bb3e2b96dd16 296 0.12 vMB 177
223,234 223,234 00000000000000bba17f22fba7395913d6822c2f2050cfdf160a45318e0eeb3a 94 0.21 vMB 30
223,233 223,233 00000000000002e67a5182fdbf074651a8682cf01bd75c4311e39e345b45b9ef 314 0.14 vMB 172
223,232 223,232 0000000000000304e8971e47ce97bcfc97f3b3412a421039f336518ad04a0de1 503 0.23 vMB 229
223,231 223,231 00000000000000f5a46ae16898bb37f89817f9e214808acac058792322d65d8d 416 0.17 vMB 205
223,230 223,230 000000000000044747bdc3bb3a1706a4ed19e1b8d9196826bb298671b2a906d7 270 0.13 vMB 139
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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