Loading Tool

Explorer IconExplorer

Memory Pool

26,509 transactions
9.92 vMB
0.03212797 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.02/200 MB

Candidate Block

Mining Attempt a0e0963c6c495f0200f7d2716d7061e849445409b6bbfbe523a0cde0f64b2e66
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root 9bedb4dc8b5e5d12e1ede2039ab586c9d3ac353482535cc54b18e1fe3775975e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 465
Size: 0.25 vMB
Total Fees: 0.00782605 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (688,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,525 224,525 00000000000003637c1f2ab3569a28169405d3b85f14ed7973982c0996ca859f 700 0.25 vMB 227
224,524 224,524 0000000000000120c3ced2c130b333771241fab2130d3735f4046637e2040baf 368 0.15 vMB 173
224,523 224,523 0000000000000298a2bd9bc7c64231af79d4717251d15fb6dabaa6f00ba75fa0 457 0.23 vMB 161
224,522 224,522 000000000000023fda8330f2889da438b166ae075b1e3de42b16ca3614e79132 363 0.21 vMB 120
224,521 224,521 000000000000035a639c789236ea9732ba393cf5176ba2ea000679f76fdd4798 204 0.20 vMB 88
224,520 224,520 00000000000002d13e99914abe58c84a28551dbde34370c0a1d9ecca6d69c943 510 0.25 vMB 141
224,519 224,519 000000000000038f5da98a3316aca70a82d845b5ef66ca95973e8527a18af845 639 0.25 vMB 223
224,518 224,518 00000000000002d16a924cd4b991f49b47f300a7166ef564e0acc3cfa0d7631f 337 0.25 vMB 104
224,517 224,517 0000000000000046f22d67bcee25074e154c325c9ed2d6b95ae8bc2c061352c2 518 0.25 vMB 146
224,516 224,516 00000000000002f56dae5b8aa27252c9836bc6a1085e80cbedd46dfc05123f61 848 0.25 vMB 279
224,515 224,515 00000000000003a839ef9a98233819828bbaff5d1f2ff77e1fb2cb85d38662c1 763 0.25 vMB 288
224,514 224,514 00000000000000607fb73ffee63c3ce80ca31edcd2932a36c9b760bbb5de1edf 114 0.05 vMB 112
224,513 224,513 00000000000002f2030830b40875a820a9d57a7ddcd55540692e97db96bbd139 108 0.05 vMB 76
224,512 224,512 00000000000003636d0464c71133156229b18086585c821db82a0dc45fc1cbe2 171 0.10 vMB 145
224,511 224,511 00000000000002f7ed6cdbbfd4ab83b9eed9544cf433d4c844ca784841970a6c 81 0.04 vMB 56
224,510 224,510 0000000000000215d3eec1a10d5b7350472a8b9637ddfe34f801df0bd3daf0ce 404 0.21 vMB 194
224,509 224,509 00000000000001c0d511d27af68ee216726c5dde49c8d35084b40294c0f9a918 465 0.22 vMB 168
224,508 224,508 00000000000003d6fbe6a398298e1478f20e3ffb0fe63f1a905fa46451c44f14 430 0.17 vMB 192
224,507 224,507 000000000000002617171eeb374ab7059df99a3c979b6ae78c095a5c1d47546e 7 0.00 vMB 29
224,506 224,506 0000000000000064634a3e0c93f8c99d073bc855275f7d8fc927e0f32dd61a68 103 0.04 vMB 68
224,505 224,505 00000000000000c8add0510b2ba771c05ad169582d1018bdb7952754f53f7992 393 0.21 vMB 182
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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