Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.02 vMB
0.11606851 BTC
Random Selection Loading Transactions
Max Size: 176.03/200 MB

Candidate Block

Mining Attempt 3d6e6021324ff6d218265d5143c9d98d811be6c7d223df94f4cc7de004374b76
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a90a21e1baa525f7c2ba94c13b7b44a3a6a521209fb098373bbdab12b8dfefc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.04221206 BTC
Feerates: 602.26 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (85,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,516 829,516 00000000000000000002946e32cf13dbf6a6c897f7d00ca8d9ffd81e53e566aa 1,380 1.00/1.00 vMB 22
829,515 829,515 000000000000000000012d745a330af69591bb11cd5a8b2cbb3a19f12558f4aa 2,754 1.00/1.00 vMB 38
829,514 829,514 000000000000000000004561ef03b3168973d60137b71c0db0b0a5d4dfde7b12 2,910 1.00/1.00 vMB 43
829,513 829,513 00000000000000000001400a421f4fae3a8fb9bc73dfc9fa80dba6ec2035e25c 3,532 1.00/1.00 vMB 52
829,512 829,512 00000000000000000002a543629086fc6a2460e43289c20cc8baa176bfc98564 1,957 1.00/1.00 vMB 31
829,511 829,511 00000000000000000002e8012d62301584a728f570d80c8c9a5fa520b2e08e02 1,758 1.00/1.00 vMB 28
829,510 829,510 000000000000000000038fbf6b752fc45297103ff8a3a0d811da3c5bd2096548 2,645 1.00/1.00 vMB 31
829,509 829,509 000000000000000000011768f35de15bce380b4c237003603df840478082c47d 3,408 1.00/1.00 vMB 60
829,508 829,508 000000000000000000038f1de3c5cf39e6f790f7d8d84e1c8d081c6450c37a98 2,471 1.00/1.00 vMB 30
829,507 829,507 0000000000000000000351fe3c9f4999dce8f99a4ba04a13a0a6e3d23465c29c 3,350 1.00/1.00 vMB 45
829,506 829,506 000000000000000000029085dc1408ddd30a26130d73f0719f3fe93afd7516f5 3,245 1.00/1.00 vMB 44
829,505 829,505 00000000000000000000c42ecc7b8b28cd855eff3d57181ae3adc467dbe56e1d 2,385 1.00/1.00 vMB 41
829,504 829,504 00000000000000000003182d183868029a7d3dca1abbe23a8b81685280da25ea 1,838 1.00/1.00 vMB 22
829,503 829,503 0000000000000000000365a2da32485cc69a49404c575373663b4662bdb80ab3 3,464 1.00/1.00 vMB 55
829,502 829,502 000000000000000000025a6068ed263ef7a0e93b02952e85e46a9787f653b2cd 1,915 1.00/1.00 vMB 30
829,501 829,501 000000000000000000002c2d76a0f6bb9f1e1c63c604050e23c838ad9b2fbc7f 2,038 1.00/1.00 vMB 29
829,500 829,500 00000000000000000002c3b2feb7a691f101bc1363477edbff1c1cf2a4ac970a 319 1.00/1.00 vMB 21
829,499 829,499 000000000000000000037ac808ec1b9c7db16222e9bdf58d0d34a32abe89eadd 1,470 1.00/1.00 vMB 24
829,498 829,498 0000000000000000000148ce3ecc7e39c71e026434d42a99c526b2d47b65778b 1,046 1.00/1.00 vMB 27
829,497 829,497 00000000000000000002319ae44985637edffd8e594d3de48034e59b17e9696f 969 1.00/1.00 vMB 24
829,496 829,496 0000000000000000000055a8556651f3a6a281f993c48a6d733a15324b32549e 1,611 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.92 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.42 GB
    • Received: 17.54 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.