Loading Tool

Explorer IconExplorer

Memory Pool

47,297 transactions
28.42 vMB
0.11261736 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt 71a9ffb0abf6d9fd9c45519707e3f857fb7aa02afd2835949fbe39c4718fed7c
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (226,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,430 688,430 0000000000000000000817c1a2e23676d4f72af36dc1801cf7001aeaf96255b5 2,303 1.00/1.00 vMB 38
688,429 688,429 00000000000000000006b17caf1572719ccef572f0f7295ba0c6254dc1b80f7c 3,345 1.00/1.00 vMB 29
688,428 688,428 00000000000000000002b8ba0bf792ef7fd420a8c4469a444f5fe3c0a528672e 3,042 1.00/1.00 vMB 36
688,427 688,427 0000000000000000000856c038f693840a68ee4240a3a0d3efb04ee51979a145 2,730 1.00/1.00 vMB 21
688,426 688,426 0000000000000000000813c40800dd025793b7a767cbf55f05acb872346dc8dd 3,107 1.00/1.00 vMB 27
688,425 688,425 00000000000000000001c8cddca691484124ef41e7294d0b5f3ae792d3fea42f 2,814 1.00/1.00 vMB 42
688,424 688,424 0000000000000000000586a923c51fe014ac070ac15fe140611901e5fb93b96d 2,543 1.00/1.00 vMB 46
688,423 688,423 00000000000000000003ca1f62ee00e9725b2f0c9a6c6026fdc9be5979a8bb8c 1,814 1.00/1.00 vMB 30
688,422 688,422 0000000000000000000aa473e8d6da836455d8b43b17fe4a5113114e4555fb02 1,674 1.00/1.00 vMB 45
688,421 688,421 0000000000000000000935a7145208952cb3dc3bd176579d1d32bbf503f5ec25 2,793 1.00/1.00 vMB 62
688,420 688,420 0000000000000000000d3e3353cee3e6b11819d41e4d0538982d53e921b72da4 1,094 1.00/1.00 vMB 33
688,419 688,419 0000000000000000000955a828760c9dda539fd448d58c9e91ccca4fd2cf3d42 2,608 1.00/1.00 vMB 28
688,418 688,418 00000000000000000005bc9b6405fafb4d09cd0980317b52ad513cb0c4068eba 1,455 1.00/1.00 vMB 25
688,417 688,417 0000000000000000000852cf43a9cc9762622c79697cbaaf1e2f3d6b7a181b62 878 1.00/1.00 vMB 31
688,416 688,416 0000000000000000000742c69a8769e06e1112e5d500ec9d7c95656e663ef623 1,466 1.00/1.00 vMB 36
688,415 688,415 000000000000000000067451af5881f9d1cd2962b96d0b9505ad5c214320bce7 3,150 1.00/1.00 vMB 45
688,414 688,414 00000000000000000003c070b1cd43ab753301dc9974077461276330be528093 2,991 1.00/1.00 vMB 37
688,413 688,413 000000000000000000032a32ccc42cdd8d4279180b68b7b27f339c047b8400e8 1,663 1.00/1.00 vMB 38
688,412 688,412 000000000000000000080cd1c743db3b4b83eb5c29dfa9340d033fae330195d4 2,463 1.00/1.00 vMB 47
688,411 688,411 0000000000000000000500f01b647e40bd6b8eb5a0b213eb7a32567595330aca 3,011 1.00/1.00 vMB 28
688,410 688,410 000000000000000000070525ece9be28dc0d398ee34a330be13657f6cdcfca79 3,234 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.