Loading Tool

Explorer IconExplorer

Memory Pool

79,066 transactions
29.61 vMB
0.10620124 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt d4b8c93685bdeb1d0d7f429e5ba0ef6836db41b07911d7299edf26ffff3994ec
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 425713e4156b77db578bfa7e5cd1febc6c359756c1bd6b7f3aeff4d6e862ac1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04067424 BTC
Feerates: 164.34 > 4.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (247,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,356 667,356 000000000000000000009d367f60372ab0594ce644be8ccb997546b89c91a6a4 2,246 1.00/1.00 vMB 70
667,355 667,355 0000000000000000000bd2b462c0dfb520d9bc3a5f5b5a004ad5c1755901e92f 2,072 1.00/1.00 vMB 31
667,354 667,354 00000000000000000007bfb1f5bfa5b2961ad971005a96b0556379c8441ee92d 1,699 1.00/1.00 vMB 85
667,353 667,353 0000000000000000000d3c1458e4c7d615cf771a59e868e854eb48155c03f410 1,492 1.00/1.00 vMB 28
667,352 667,352 00000000000000000002c2338992fc8552d276459607d79a4251a10ca34c9645 2,100 1.00/1.00 vMB 31
667,351 667,351 0000000000000000000732ec9442271b1df933cf554686c69ad3dcb3e7dcd1aa 1,693 1.00/1.00 vMB 9
667,350 667,350 00000000000000000001fae8ce3377b602f474e2b7a7a4498fe5512a46a4bdd8 2,571 1.00/1.00 vMB 54
667,349 667,349 00000000000000000003a99c0f6ea3e736432b6ada23b6389b771a371bded42c 1,396 1.00/1.00 vMB 6
667,348 667,348 00000000000000000006448793392f3783f65b701aa79235601341abc0b97002 2,468 1.00/1.00 vMB 8
667,347 667,347 00000000000000000006d05cdb5c98f7ccc2c82bc9b88ff25ef0ad537b209838 2,854 1.00/1.00 vMB 16
667,346 667,346 00000000000000000006b26d60b7e7e531cbadb50d085047230c43555f753879 2,068 1.00/1.00 vMB 28
667,345 667,345 00000000000000000005f648e8b6cf7dbba088352b371d875ed976331d31f112 2,675 1.00/1.00 vMB 82
667,344 667,344 000000000000000000054f29d0adbc58352d6da44dc114e118d61de6e9a6dba5 2,816 1.00/1.00 vMB 84
667,343 667,343 0000000000000000000a02f2f16c8c9b9ab289c34c15a0c2fd2515d638ac0130 2,690 1.00/1.00 vMB 71
667,342 667,342 0000000000000000000141902035b08e259a90e9cb7c73798204e8366a811f0e 2,316 1.00/1.00 vMB 71
667,341 667,341 0000000000000000000119a9856b479a7305fcce61fe1ee211495a153ebc8a37 1,126 1.00/1.00 vMB 14
667,340 667,340 0000000000000000000bed12c8ab4dff84804859dd7c64daf2e08aced9ade0e7 1,800 1.00/1.00 vMB 57
667,339 667,339 0000000000000000000897701ee2b29bdd62fd604fffc06c3a59f5206a32a6f3 2,523 1.00/1.00 vMB 40
667,338 667,338 0000000000000000000b524f6400a0bbf4643c9f1075b0f72d722761b79ac479 921 1.00/1.00 vMB 18
667,337 667,337 0000000000000000000c8a507a3bdc4b0cc90a4451d5807487e60a8f04422297 1,763 1.00/1.00 vMB 32
667,336 667,336 000000000000000000075ec161400ae0707702dfa5e8c3feff0d43451ae810bb 1,433 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.