Loading Tool

Explorer IconExplorer

Memory Pool

86,425 transactions
31.75 vMB
0.10681642 BTC
Random Selection Loading Transactions
Max Size: 194.50/200 MB

Candidate Block

Mining Attempt 93b86347d7f2d8ff0918d7df38266d69fbbe1791e9859b5b3deec314e9eca1dc
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 5e9bea5dff9928bc091a73d4241157e02d59a2e3dd836104b138d50878e09a52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.02688795 BTC
Feerates: 1,236.26 > 2.69 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (445,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,577 469,577 000000000000000001d2f066476a3e088ed27b36b8ad4b556f39b2a7f15f24e7 2,150 1.00/1.00 vMB 373
469,576 469,576 000000000000000000ff31d7a9b08e7c05f88005d54103e67dddaa494c4e8b30 1,912 0.99/1.00 vMB 359
469,575 469,575 0000000000000000011d61d889360985e422e833cd5df3ac30e4aa49867c744b 1,558 0.99/1.00 vMB 421
469,574 469,574 000000000000000001b667f19eeea495843684563ed53c9b98ca3363d8f66123 928 1.00/1.00 vMB 116
469,573 469,573 000000000000000000909f22582bb0dd917e9047d9ebbf412f960d6a628de14b 2,273 1.00/1.00 vMB 189
469,572 469,572 00000000000000000162bfb6077d09f64661a0db5fa1ba071138ac4465360c0f 1,661 1.00/1.00 vMB 160
469,571 469,571 000000000000000000c96aebbd8aec1180fe072a5e2fe8e0442a2c37259929ac 1,591 1.00/1.00 vMB 231
469,570 469,570 000000000000000001c44545f1158b32656496c23c17c8b14a85001972b3e370 2,195 1.00/1.00 vMB 444
469,569 469,569 0000000000000000005327a6b93c5ffbd4e2c9f3b420ced0ad2deabf98b230b0 2,032 1.00/1.00 vMB 258
469,568 469,568 0000000000000000012dab8c620cc628e33153d83bda079adf4d0a041e943008 1,583 1.00/1.00 vMB 245
469,567 469,567 00000000000000000150d8a358a9e5547a547a10aaea2c0581efcdf301c2d9fc 1,951 1.00/1.00 vMB 235
469,566 469,566 0000000000000000003d48e0be15425a464aac413cf46bd2aa08ba76761cebc1 1,538 1.00/1.00 vMB 172
469,565 469,565 000000000000000000d1537dfe5e309578e498b47ccc7fa52f6d8cbfceae87c4 2,558 1.00/1.00 vMB 420
469,564 469,564 000000000000000000615a64d226e391f111b52b3f139f866ae877f5b487698b 1,651 1.00/1.00 vMB 263
469,563 469,563 000000000000000000b00e3c682396dc90ab9167fb1e27680681c52efd6b1b91 977 1.00/1.00 vMB 89
469,562 469,562 0000000000000000003775eab61e30185a18f700177e3dfd7aabc6d65ab731ed 2,367 1.00/1.00 vMB 377
469,561 469,561 000000000000000000537591ab41c600a58443936734b26bbf7886710f559a40 180 1.00/1.00 vMB 76
469,560 469,560 00000000000000000009701d1a17f721b0d4c71117e211dfb17a91bc908373ed 1,769 1.00/1.00 vMB 114
469,559 469,559 0000000000000000018e7e443e785fd24fa8ae02f32aa852c4d93008bf5960fc 1,915 1.00/1.00 vMB 188
469,558 469,558 00000000000000000044a3b35a14a7e56676a988cfeb900c1f038e549a068fbb 1,743 1.00/1.00 vMB 133
469,557 469,557 0000000000000000013da929670d6e1bd687c8ac195cd2196a6eaaf83e764148 2,407 1.00/1.00 vMB 354
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.