Loading Tool

Explorer IconExplorer

Memory Pool

84,927 transactions
31.83 vMB
0.18893283 BTC
Random Selection Loading Transactions
Max Size: 189.12/200 MB

Candidate Block

Mining Attempt a1444484d9e0ef320c71d22876e04c91d6f3cc1823b7b9c8bb0e7a8821e68d58
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 7b271c9f4eb936cb4b40e3301f8283f2eae95652d9fb0553f6a82ee90054ef36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.07171420 BTC
Feerates: 269.69 > 7.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (380,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,366 534,366 00000000000000000029b37572efdc5df91f00d148f7dd526d18de3e53f15a1e 427 0.24/1.00 vMB 16
534,365 534,365 0000000000000000002bbb94d2eee31cdd3ca48c0c7145768e15c45927f19afc 616 0.27/1.00 vMB 20
534,364 534,364 000000000000000000139834fa6632cf7d9a541efbf76d31b3fc190e7a0ad625 1,800 0.92/1.00 vMB 14
534,363 534,363 000000000000000000270f9dbac19d3431d8392dc4576964b34c27c3e5762976 758 0.37/1.00 vMB 31
534,362 534,362 0000000000000000002c8c370048d49beb517f259b27d290596ec8d3c09ab9b6 2,153 0.91/1.00 vMB 25
534,361 534,361 000000000000000000079fdb9b7356ac12c3fc0f15ae338df3cf206ea0905793 1,173 0.50/1.00 vMB 27
534,360 534,360 0000000000000000000b4213d832d742b2036828ad324e1b51d1857c72ea15e5 1,125 0.45/1.00 vMB 32
534,359 534,359 0000000000000000001a1a37e79060f5240b513ccf4f060d744a532c64d9e0d2 401 0.24/1.00 vMB 11
534,358 534,358 0000000000000000002a7efdddfb9f89abf2c164004b249c9e4bd375be1ab784 2,122 0.76/1.00 vMB 8
534,357 534,357 00000000000000000020343e49476a01ac33f44a2e74b0d0d60d50da08c06cf7 2,477 1.00/1.00 vMB 20
534,356 534,356 0000000000000000000c12f1e0dfbb9b980413f555327ab2bddd7e7004eb53ed 2,572 1.00/1.00 vMB 35
534,355 534,355 0000000000000000002b0fde26eacbec39a9d42be29273a6b883bf4c07a96776 1,096 0.45/1.00 vMB 35
534,354 534,354 00000000000000000009f10ce2fe97dbbe7e053dc47a5efac8178f28885e9b2a 97 0.05/1.00 vMB 24
534,353 534,353 0000000000000000002e9feed8c2384cf08dc570946c0333b1e94616c1ff2912 486 0.21/1.00 vMB 18
534,352 534,352 0000000000000000001b4d9bc6eb6ce50327ce396a6de5d83e4718c4ffde923c 2,657 1.00/1.00 vMB 27
534,351 534,351 0000000000000000001bbf7014d4fb7d6a8e928399bbfb9bc9ee89be903be5c3 460 0.18/1.00 vMB 15
534,350 534,350 0000000000000000000f04cc74b7cf859c63ab4cc8d7d6896fe4846bb3cf4fb2 182 0.14/1.00 vMB 3
534,349 534,349 000000000000000000268fe5ff4be1f04963dc5ec694a1ed035c2475c9ee6846 1,771 1.00/1.00 vMB 20
534,348 534,348 000000000000000000013cb43126cc19b031cc8c4f006b503da0e9f304bfd3d8 1,310 0.71/1.00 vMB 8
534,347 534,347 00000000000000000001051e81cde2d8dc113372b9bf928b21cf38e534ae620b 2,494 1.00/1.00 vMB 35
534,346 534,346 000000000000000000051a9c5a9c7066d461d58e55a4d5dfcab11adbef3e7055 835 0.31/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.