Loading Tool

Explorer IconExplorer

Memory Pool

78,286 transactions
29.10 vMB
0.07655524 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt a0ec2b027378d3f0c9f1fbd77c47494cb421a154afe5123c8ac7a3c05cc7e6d0
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 90380fe0719d09b7cf0b673bcaad598b2b204c941ea1012c51580888d5cf6049
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01580854 BTC
Feerates: 100.19 > 1.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (282,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,485 632,485 00000000000000000000648cd34abd0ce148674467de774325367bbf168fcbf7 2,191 1.00/1.00 vMB 119
632,484 632,484 00000000000000000006d4337614f37f18a62ceb08fc87b55105f4299847b1bc 2,598 1.00/1.00 vMB 18
632,483 632,483 0000000000000000000d442dab191df57ee0cf5558a1710c8d2584f6cd12d32e 1,933 1.00/1.00 vMB 94
632,482 632,482 000000000000000000072607062b121b1092f0d7ff10da6fd6c1445df9cc23ec 1,236 0.51/1.00 vMB 60
632,481 632,481 00000000000000000004c16e1954e3e388b30e0bd48f45b3119f490026c20ada 1,380 0.66/1.00 vMB 45
632,480 632,480 000000000000000000064761245d03a2db6c12a427c0f0ce2d4fba2421e62ae5 985 0.51/1.00 vMB 66
632,479 632,479 0000000000000000000e9e683dc684be1ece8d2dc743c66e271567a4bdf68c0b 2,507 1.00/1.00 vMB 24
632,478 632,478 0000000000000000000b62fa170d723e438becf06ed20cc81630b3239a12dba7 2,003 1.00/1.00 vMB 67
632,477 632,477 0000000000000000000a2d74a21fe94133027c130e8b5c7a2c6be4713758e450 586 1.00/1.00 vMB 41
632,476 632,476 00000000000000000000ea3f2ea157fcdc25f763be5ad8e3759cc0a074b3c094 1,223 1.00/1.00 vMB 63
632,475 632,475 0000000000000000000ea7c20261383ae08b843d68c6e9a1dab61433994a2b4e 1,120 1.00/1.00 vMB 90
632,474 632,474 0000000000000000000f844919aa691dda321483d4709f2604548271560e7afd 2,119 0.72/1.00 vMB 12
632,473 632,473 0000000000000000000a5816904a05e5284fd9a29e7917bf5e2752c886781631 2,401 1.00/1.00 vMB 84
632,472 632,472 00000000000000000002d17fbc2a3b7d2d514911ab17d5d5955841983d548aaa 1,706 0.68/1.00 vMB 37
632,471 632,471 0000000000000000000a677b4ff01654ddd1b9a0fda5c818cf6ace2d6f3f4f0b 739 0.34/1.00 vMB 38
632,470 632,470 00000000000000000004ad49d45b7ca013ca2b2bef9955b9db5c62e6cb3b10e4 1,378 0.64/1.00 vMB 45
632,469 632,469 0000000000000000000965ffd1f171b96c6fbae083a28ae44aecfd17165ec970 960 0.43/1.00 vMB 22
632,468 632,468 00000000000000000009c510c5d6111e265410aaeec179fe69062dc8d4d73474 1,751 1.00/1.00 vMB 35
632,467 632,467 0000000000000000000d2936b039fcbc64dc43bb2a160090aef5ba5f9c20dae1 2,553 1.00/1.00 vMB 13
632,466 632,466 00000000000000000002fc9069d43b4f20d1041e9bf1de67922794ada8e0b67b 2,312 1.00/1.00 vMB 63
632,465 632,465 0000000000000000000dfd3b995c54e5d27584faf1819ba590a5e3d181886e5d 2,392 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.57 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: 671.09 GB
    • Received: 15.85 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.