Loading Tool

Explorer IconExplorer

Memory Pool

22,441 transactions
10.32 vMB
0.03211918 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.13/200 MB

Candidate Block

Mining Attempt 42cd9526d25739655da90f48d68d101fce2016fbc2c2935d5e509847f8c04a05
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 8d479a2d8d01cc1e4001731ce95827ee73976db1f62f5aafb489edb57dda2274
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01530286 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (716,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,982 196,982 00000000000005919390f70aed8321612dd5cd2d6b2de9287f7e91c4b5cab9fd 16 0.01 vMB 54
196,981 196,981 000000000000043f596c69f76e6da29485cc9b4cbb0247c5fe0b0e1d996aa594 237 0.11 vMB 172
196,980 196,980 000000000000041fc508857356f0314f895e722d126817ef06f011f3a6a920c0 514 0.17 vMB 158
196,979 196,979 000000000000013e694307eb73657ddcb53e27c86066b3b25b6e998cadccd42d 196 0.07 vMB 1,155
196,978 196,978 000000000000037de38c26577f74ef476c1a6ba19b1eb801815908d0fbdee1b5 127 0.06 vMB 438
196,977 196,977 00000000000003d71277cd3cdc3cc1968b334c8e4a2bd6f75539fcec3ddc479f 47 0.03 vMB 288
196,976 196,976 00000000000001cf08708504650b13a541e78093b757e2d367beb71d277627d2 17 0.01 vMB 522
196,975 196,975 00000000000001687235340bb454393a775337a0814b6f8dfdd6f09b2e032e06 266 0.11 vMB 361
196,974 196,974 0000000000000587a04dc423ec41eb8e48eb75ab9d43fe3cf450a3aade7182ee 164 0.08 vMB 457
196,973 196,973 0000000000000112e9771ba3ca43917f4dae0bdb3ddf055668b61823d7a20d97 128 0.03 vMB 7
196,972 196,972 0000000000000267f76c8413ea0b55cdb4d71f9a75f351388e0e266ac935e0b3 392 0.18 vMB 305
196,971 196,971 00000000000006dd52791ca15fff4c96fcf560ad1320b57b4d5917b907c90c13 150 0.05 vMB 86
196,970 196,970 000000000000069f22644710749388e00db2c7e0c9808ee49c15a571ed698135 196 0.12 vMB 86
196,969 196,969 00000000000004474a6df85b7e54804c7f432071d518bf712d2540e7581cafb9 256 0.15 vMB 464
196,968 196,968 00000000000005504c6be811c1307e762278c5d2859973e070580851379af05c 320 0.11 vMB 109
196,967 196,967 0000000000000523fbc73acf251d596ac01866710073c39555796c1cd4fb0fbf 1,026 0.42 vMB 318
196,966 196,966 00000000000001c2e8a86b359eae330910b8439544cfbc3d007cee9809cbcbcb 129 0.05 vMB 222
196,965 196,965 000000000000010a2d042e2e8396e6d93f3b002cef3ca5cdecf212fdbd41c2d3 216 0.09 vMB 131
196,964 196,964 00000000000004dcbe7a2d7398d7381c9f81bdec9a350df416425b2637cccf59 200 0.08 vMB 121
196,963 196,963 0000000000000095ced942117a5913177a5ce87f5cda9b56aec00d67ccb288b5 128 0.07 vMB 109
196,962 196,962 00000000000005d680accb9c1931b28ab73c9454e9963daef3ad9712779e0636 66 0.03 vMB 99
Previous 10 blocks ↓
Total Size: 779.80 GB

Node Details:

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