Loading Tool

Explorer IconExplorer

Memory Pool

74,964 transactions
27.68 vMB
0.07672915 BTC
Random Selection Loading Transactions
Max Size: 168.36/200 MB

Candidate Block

Mining Attempt efa884846b129ed188674e9adf60107e9c7e59c0b8f1527df235552d401d37f2
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 1be300f7a94293a49349ec0696c54f301391206fece3530cc6e5c5830d54d84e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 1.00 vMB
Total Fees: 0.01759924 BTC
Feerates: 151.01 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (441,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,422 473,422 00000000000000000163d1ce62d445bb97c70042bdfc0e3c7f25bdc5bf2c2e32 1,551 1.00/1.00 vMB 373
473,421 473,421 00000000000000000105a5d55f7a8cac8109f0c485b7d52810481994aed7aa19 2,581 1.00/1.00 vMB 407
473,420 473,420 00000000000000000096f86eb26f2f2b5bccf82e0072e146ab3fc54f3d1aa264 2,455 1.00/1.00 vMB 342
473,419 473,419 000000000000000000c46d018de0996389c094d8292b918a0ff4e48ab67a34f2 2,474 1.00/1.00 vMB 414
473,418 473,418 000000000000000000119d6348e71f8c763fd406c9ecd26ea4c7cf9fad2da6e5 2,065 1.00/1.00 vMB 370
473,417 473,417 0000000000000000000b95ff99dff6499626130e3866820c64d5f1f80804d3af 2,329 1.00/1.00 vMB 370
473,416 473,416 0000000000000000010a12fec9be133de7d7cf36c9e3117c2f623e79d87da60d 2,719 1.00/1.00 vMB 423
473,415 473,415 00000000000000000092f67d91ee7ee70e2a3f132ce6b756e49609895842820d 2,024 1.00/1.00 vMB 334
473,414 473,414 00000000000000000125f7a11bdfe36722c69d6d9f27f9ed5bec6fe8998fad72 1 0.00/1.00 vMB 0
473,413 473,413 0000000000000000005d39bf64031ec2777ad5ec74af0fcedbc47e5656f3eec1 2,712 1.00/1.00 vMB 399
473,412 473,412 000000000000000000803cd42bb1cbb7048da532c315ec274db976320437873d 2,709 1.00/1.00 vMB 391
473,411 473,411 00000000000000000078ec84005fdd49ba2ee31d639b039c57d271603a5193ec 1,630 1.00/1.00 vMB 96
473,410 473,410 000000000000000000542c8a99d9351b94345e9bfeb1b0a70bf3c7a3f241050f 1,564 1.00/1.00 vMB 137
473,409 473,409 00000000000000000036cd3214301cabeab73f7af0d3277f1ae8ce72f5433195 2,211 0.99/1.00 vMB 239
473,408 473,408 0000000000000000016950398cb9d169b0149bfb087058f013875e567916d01d 2,159 1.00/1.00 vMB 246
473,407 473,407 000000000000000000d037a3fde69f2d2960df77d6cb27e2b86a2017605e2cac 2,500 1.00/1.00 vMB 393
473,406 473,406 000000000000000000b1eb396906123eb628c58b3eca5b76163e700f341b56b5 2,374 1.00/1.00 vMB 273
473,405 473,405 000000000000000001141e1cb35cb51c642bfb03e03d4e7d30c452ef0cd2946f 2,183 1.00/1.00 vMB 271
473,404 473,404 000000000000000000451f657c76eddfb8694394e4add99f6cd2b5258a0093c4 2,397 1.00/1.00 vMB 309
473,403 473,403 0000000000000000012e4fcbd06c5b0081e06a05ba8b10b3332fb093518c8571 2,024 1.00/1.00 vMB 301
473,402 473,402 000000000000000001825cc8e408af5fd4eec2d4ed3ab2672c137adce5a670e5 2,415 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.