Loading Tool

Explorer IconExplorer

Memory Pool

80,763 transactions
29.69 vMB
0.10064027 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt b1c7183eb9c25d6327f03fa6337710cb28d40542b0098ce10292745e4db7b1c7
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 5d36d2c3371907dd27d7c5cf8af24a16e9d59ce862c1260a736d4cc56def8ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.03679214 BTC
Feerates: 146.36 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (478,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,476 436,476 000000000000000003d246f2150b7bf43025cb3792b252e62309950840b4410b 2,580 0.99/1.00 vMB 53
436,475 436,475 000000000000000000a5dc8480c667ef8c32ace966b836a2de6b60d4806ec75a 2,612 1.00/1.00 vMB 57
436,474 436,474 000000000000000004057526fda537a47e112bd0ce74c7ef3fd81a1c26308c4b 2,837 1.00/1.00 vMB 88
436,473 436,473 000000000000000000f789d4da3aec85265f0972a74245018d87bbc7d5652320 2,274 1.00/1.00 vMB 126
436,472 436,472 0000000000000000000d81297dfa4e1c538a792ab64b5fb2099887ccd3806d09 2,831 1.00/1.00 vMB 82
436,471 436,471 00000000000000000234ce50795cb2dd757b05c06f23ae967746465bb04d2c35 2,241 1.00/1.00 vMB 71
436,470 436,470 000000000000000003cf055ab93cd6e57feea6c742207047093dd84831d95385 2,585 1.00/1.00 vMB 91
436,469 436,469 000000000000000001f1a78382a7bc8cc1a5df2eb7b8f58f49c83472564d4c78 2,437 0.93/1.00 vMB 88
436,468 436,468 00000000000000000145a83720075dd26fe317f4e5e7660dccc7e55118498d6c 2,061 0.96/1.00 vMB 62
436,467 436,467 0000000000000000005539572fca1034fe9b89e525717b7bbdd7131adddf84e0 1,156 1.00/1.00 vMB 27
436,466 436,466 00000000000000000247d26e855eabcab46321ed47adffa35aa8c06f633442ab 2,322 1.00/1.00 vMB 73
436,465 436,465 000000000000000000af7790d30557b34fceb32fe4606d974e32917e99ae0b82 2,274 1.00/1.00 vMB 60
436,464 436,464 000000000000000002b3a648187e9fc1040d51a4087d3d60e6f73e45d36969a1 2,447 1.00/1.00 vMB 74
436,463 436,463 000000000000000001758fd48edadf19603cd2f36cdab1ba226adf25a446e6c5 2,394 1.00/1.00 vMB 62
436,462 436,462 000000000000000002348e5398dad882fb14aeec6801d38b589ff21201fdb067 2,192 1.00/1.00 vMB 69
436,461 436,461 0000000000000000006172fe8743f3ff7c19917f3e7e62e464df3b94b370f547 2,910 1.00/1.00 vMB 120
436,460 436,460 0000000000000000031453c5b62a28b342524eb7086a8a4e569a7d3307b061b5 2,024 0.75/1.00 vMB 82
436,459 436,459 000000000000000003c2e85405eaa86de3fb68197e7c029eb83ee4c3afabe55d 2,349 1.00/1.00 vMB 74
436,458 436,458 000000000000000003f6f55e22db96b7b61b7455128e1a8a24209a0f33a40aeb 2,008 0.75/1.00 vMB 83
436,457 436,457 00000000000000000238169dffb7d6f9f9758b721daf7ffd6cfce58ec4c9632d 659 0.34/1.00 vMB 53
436,456 436,456 00000000000000000358b759cae4bba6200db16d1c6a8b38382a561da6ff60c2 1,052 0.41/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.