Loading Tool

Explorer IconExplorer

Memory Pool

2,304 transactions (1.12 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.72/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,341 000000000000000000022b910000000000000000000000000000000000000000 2,170 0.02348018 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,340 (748,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,456 163,456 000000000000053c1c2f269137797684bbaa1f6112313dceeac290c58fe2cbaf 0.00 MB 8 52
163,455 163,455 000000000000014a759ef5a62e6537d51618fc6863d28732d2759289d8f5da66 0.01 MB 24 1,124
163,454 163,454 00000000000009e066c17c5145c24e186a3bdd4b8b716746ce4fe88bd57a27a5 0.03 MB 86 5
163,453 163,453 00000000000007cbbd79d3f4bdc24a904d5aac1c6cfcfd97de54e5775e5b7256 0.01 MB 18 54
163,452 163,452 0000000000000290c6b9bc2d187c187b3c40db8764965482a66db5a48750b7fa 0.03 MB 63 386
163,451 163,451 000000000000099cdcef155c3372fe6e3432718e666379ccd1de1d8087867933 0.01 MB 25 29
163,450 163,450 0000000000000cab9ef4f1ba53bb2da9c2a8e4c69a95db377ab88263a92ecefe 0.00 MB 11 0
163,449 163,449 00000000000006860d9955af366a7b8e483ef579d5d1104dbf8e83bffa447789 0.00 MB 1 0
163,448 163,448 000000000000047a72be90500cf0d370abde1f7fa3c48c1885316f30cea756bb 0.02 MB 30 22
163,447 163,447 000000000000000453987404436d22cb8692aea0de5a77ff9d491921103c9a03 0.03 MB 50 52
163,446 163,446 0000000000000a3a5f43539474fb0d9d01e1cc6f02a090f5d802d6d0eecb577c 0.01 MB 18 56
163,445 163,445 00000000000001c30221546657897821c086760830c26e386c952bfaa3a029c3 0.01 MB 29 222
163,444 163,444 0000000000000829ac59a68cccc39ec61c0ed7e0a9647905e7c515f713e184ff 0.00 MB 8 12
163,443 163,443 000000000000087b8b0a2cae72a119b372e1b8944d921e23df26bbdce6f23bdc 0.02 MB 63 100
163,442 163,442 00000000000006e5f510472baed008aebf3557c251c50fec5353b219becd9d03 0.01 MB 35 0
163,441 163,441 0000000000000644dcff8f3cf2b99a051c4a7019ebb2737529feb8bfb1345a05 0.00 MB 1 0
163,440 163,440 000000000000033230d4a60a729f80e3841d37d6c3bc220fce195f24a49346e8 0.02 MB 41 367
163,439 163,439 0000000000000a3bad2e2179bf22575056af2600adeb29edf304977845f3237a 0.00 MB 1 0
163,438 163,438 000000000000098bb4956ed1cbff8a74bf29a8c931ba73c49bb67919567b3aaf 0.01 MB 16 246
163,437 163,437 00000000000006923befda1a8f7e141b59db19266ea6559910ced5927b1b82de 0.02 MB 64 104
163,436 163,436 0000000000000ba9b6952972013fd93d5f0edcd233daf38ee632420f1abd5c3a 0.00 MB 6 69
Previous 10 blocks ↓
Total Size: 777.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,544.61 GB
    • Received: 136.80 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.