Loading Tool

Explorer IconExplorer

Memory Pool

41,614 transactions
25.99 vMB
0.05633260 BTC
Random Selection Loading Transactions
Max Size: 136.00/200 MB

Candidate Block

Mining Attempt 1d7ff52469a3da009d10cebca807132d6c1f40d4130686156d0c01f4fc87615b
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root f76a206705e5cd8eed03bee4a27f46ad4bfa82cf4305453069fa217c5888374a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,136
Size: 1.00 vMB
Total Fees: 0.00910292 BTC
Feerates: 100.00 > 0.91 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (464,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,526 450,526 0000000000000000017c21f627e85fd01de7c86ee9ff3ef50319989620e5097c 1,681 1.00/1.00 vMB 112
450,525 450,525 000000000000000002c3e71427dcbc85f45a04f121cc52f51debb482c03f4c8d 1,808 1.00/1.00 vMB 133
450,524 450,524 0000000000000000014089cb0d086d1edb97c8a901ddd7fe1c8ef3ae5de0aa9b 2,050 1.00/1.00 vMB 67
450,523 450,523 0000000000000000000a0b083be0cf0e3f6e556887eff89806cf480a19e8a66b 2,018 1.00/1.00 vMB 57
450,522 450,522 0000000000000000012f63704241f2acb5f9090be9988009afa6238ee40fc7f1 2,115 1.00/1.00 vMB 73
450,521 450,521 000000000000000002977c20973a48602ada99d30e332be465cc7f4defe3cde8 2,039 1.00/1.00 vMB 71
450,520 450,520 0000000000000000009820266b1e2611bbcc6e9cd4cab8e3c5f1ac740f8e3c15 1,979 1.00/1.00 vMB 62
450,519 450,519 00000000000000000142591b118150b44b570acf9c7c904f7384c3b12e13c198 1,870 1.00/1.00 vMB 57
450,518 450,518 000000000000000002432161f864520c41047d9998c9dcba9130f3ffe0ea1adc 1,439 1.00/1.00 vMB 109
450,517 450,517 0000000000000000022761ce8685669a8f255671e6f362fd4a7cfb36f5be1d84 2,027 1.00/1.00 vMB 67
450,516 450,516 000000000000000000a52720d83698c9d10cd38d8b4c77490ffb6235abeea5f9 1,417 1.00/1.00 vMB 76
450,515 450,515 000000000000000002abb6f14acefe8c231a878c8f9b3562e1afd555d5894444 1,245 1.00/1.00 vMB 112
450,514 450,514 000000000000000002b7654b9ebf30414f96f798a81a305ceea6b9014d773d37 1,729 1.00/1.00 vMB 105
450,513 450,513 000000000000000000b672005719bb255ec33bf3ec668c7ece4b33c61d4f5d63 1,736 1.00/1.00 vMB 90
450,512 450,512 00000000000000000133f764f50f8dd53e7f95f0b26583e5cf8a7530ff4b9e78 2,203 1.00/1.00 vMB 74
450,511 450,511 00000000000000000107166f569de654cd2202a44a573a81446c2d843a64fdc5 1,509 1.00/1.00 vMB 89
450,510 450,510 000000000000000000ef8a71e38665472946fea593d88f8450c7a6553a61f995 1,169 1.00/1.00 vMB 107
450,509 450,509 0000000000000000004d70f508f182d43af4dffb5b603fbbb2ae06ec41a3ddb9 1,237 1.00/1.00 vMB 117
450,508 450,508 000000000000000000dc62f30ccf06580a743622acb8edfe213aa8805e30a6fb 2,850 1.00/1.00 vMB 76
450,507 450,507 0000000000000000014bb120ebbd741eb19b9f9603c65edbead9b282de1f2236 1,468 1.00/1.00 vMB 93
450,506 450,506 000000000000000000f8268cb6c4fe3d02e26b6edf081ec1ce5a37dde7da10f1 1,245 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

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