Loading Tool

Explorer IconExplorer

Memory Pool

46,421 transactions
27.30 vMB
0.10041820 BTC
Random Selection Loading Transactions
Max Size: 145.42/200 MB

Candidate Block

Mining Attempt 040525ba7dfb7f3be887b070ceb0a81e8b4dceadd8dc8d7f8fd8ba077471dac0
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root a0de857b10357378948e3d236de9b31a053072d662278c2b37cef3287e1dd6c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,631
Size: 1.00 vMB
Total Fees: 0.04945583 BTC
Feerates: 101.66 > 4.96 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (237,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,118 677,118 0000000000000000000aec32aa6edda6c888e8d6a0183d9c976064f98430c2da 1,201 1.00/1.00 vMB 78
677,117 677,117 0000000000000000000724dc7c7965eafa4067c8c7170887325552faa33aa897 1,819 1.00/1.00 vMB 81
677,116 677,116 0000000000000000000302ba8437f469119c8181c6084319ba388084c9b3d1de 2,165 1.00/1.00 vMB 64
677,115 677,115 000000000000000000066f39f81568bcdefd74e12007802b3b3cde956ca8b1ef 2,286 1.00/1.00 vMB 25
677,114 677,114 000000000000000000081dbc3fb7993b89ea70167b5725f5a9fe353b9f8b67d1 2,796 1.00/1.00 vMB 76
677,113 677,113 0000000000000000000a37357fff593b1703b254bc118e8e87a269c3298549cf 1,694 1.00/1.00 vMB 64
677,112 677,112 0000000000000000000813535201ee464017e7b9012285541590bdd90a7551e1 2,528 1.00/1.00 vMB 88
677,111 677,111 000000000000000000075096d17789cc1f7a6616fe9c8c9c825f0706564f3d54 1,849 1.00/1.00 vMB 56
677,110 677,110 0000000000000000000bb931820c9bbee1bd70e865188be8cb7e60447c99ab93 2,250 1.00/1.00 vMB 81
677,109 677,109 0000000000000000000529c71fd78feacc8a0e2fddd29e3bb055473b22df9f52 2,290 1.00/1.00 vMB 70
677,108 677,108 0000000000000000000102f9f297baaeb44a0d53210f9e82c0b8f6f54bcd3c58 1,175 1.00/1.00 vMB 12
677,107 677,107 0000000000000000000655c194168240ca796f1baaafe9747cc6b8b357622b5f 1,456 1.00/1.00 vMB 47
677,106 677,106 00000000000000000006b5e92bdd6e91ca8ee9f6881ecd5a7bb9d3774f967829 1,285 1.00/1.00 vMB 43
677,105 677,105 0000000000000000000c35e9fb920d87ae31b4399f1422d92f054e3b925baca2 2,353 1.00/1.00 vMB 71
677,104 677,104 0000000000000000000883786ab5ed15a14ae396f1fb41596b0ef1f27aeb8e7b 1,528 1.00/1.00 vMB 17
677,103 677,103 00000000000000000005e87ec746f1cdcb9d326db4d7c230a9343d6a4c382e5d 1,395 1.00/1.00 vMB 25
677,102 677,102 00000000000000000009e159cc4db9c2394a1f3e9b0720377c8e6ddd0363834f 1,590 1.00/1.00 vMB 17
677,101 677,101 0000000000000000000a18eb464378fcdb7e727d9dc114f0143673b982ed4bac 1,569 1.00/1.00 vMB 20
677,100 677,100 000000000000000000004f6d88481a0f4a197cbb7b98240479545eb8d00c51f5 2,304 1.00/1.00 vMB 46
677,099 677,099 00000000000000000000ec4b9f521b49fa6f29138a99a6c80028b2344bdb61ee 1,753 1.00/1.00 vMB 33
677,098 677,098 0000000000000000000428f6f82b423a9b8ce4c6a93e460d9d3df9204985cfae 1,952 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.