Loading Tool

Explorer IconExplorer

Memory Pool

41,983 transactions
26.71 vMB
0.05870812 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt 6c36d2c48b76e8a505d4422c9160d143bbd6c73b24e78dbf396726f6c7a19684
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 76d8c42b49b62865434c1ce3321355d2cb523444e6be6b29b434191d12fec51f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00934457 BTC
Feerates: 99.90 > 0.94 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (249,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,428 665,428 000000000000000000032f39351b115059d6ad9e7772484f3c4383123cc5994b 2,538 1.00/1.00 vMB 43
665,427 665,427 00000000000000000006413495f550f4644a998deb10ff6bfea0f93d213f5c68 2,419 1.00/1.00 vMB 23
665,426 665,426 0000000000000000000d012d7eeb51e9c2cf0a7738afbe3080db0b0507a0ce50 2,373 1.00/1.00 vMB 18
665,425 665,425 00000000000000000003a2c9a0f6f145fc24adf8d824126c14c542d2c3b6be63 2,019 1.00/1.00 vMB 81
665,424 665,424 0000000000000000000c59b27604f456c9d4206e23d822560e7987e0cc3f4ac5 2,801 1.00/1.00 vMB 68
665,423 665,423 0000000000000000000b0f5c5d7e4e3c73bad453fcbad58173e0bffc4718ae01 2,455 1.00/1.00 vMB 26
665,422 665,422 000000000000000000027d5b083f0c91401e76e603d3bf74204486f15072491d 2,758 1.00/1.00 vMB 55
665,421 665,421 00000000000000000006a7afbfaa28d18cf7058d3b6ff67ffa73f19c2efc9437 2,605 1.00/1.00 vMB 63
665,420 665,420 00000000000000000006eac0a183cce885dbf20d17bc422eb5781216a8d40d27 978 1.00/1.00 vMB 95
665,419 665,419 00000000000000000001bdf5fd9a390d9b84fccc479731bcc87dfaf2db8f9bcc 1,350 1.00/1.00 vMB 96
665,418 665,418 000000000000000000013784bf0571584bb96bd57312b7e487fc10035e6eca45 1,741 1.00/1.00 vMB 103
665,417 665,417 00000000000000000006ab2935f60a5a6edaa181065db59bb754d5007116181d 2,364 1.00/1.00 vMB 70
665,416 665,416 00000000000000000007494ade69dd4c528f8efe791ee2808295e8cd7ce84cb6 1,512 1.00/1.00 vMB 54
665,415 665,415 00000000000000000000a73b3cf282a35770a53262e327e9f6c2fcccbaf6eb50 3,037 1.00/1.00 vMB 102
665,414 665,414 00000000000000000002d3123a6d87a393704fb5d6c8238aa998dc1c02a91e76 1,833 1.00/1.00 vMB 52
665,413 665,413 0000000000000000000be27114663b3fe97fa7c703499a30a4ae867dc67f1133 1,594 1.00/1.00 vMB 88
665,412 665,412 00000000000000000005e6137d4614595b352238c9072692100223a5ea96671b 3,167 1.00/1.00 vMB 116
665,411 665,411 0000000000000000000a35008e800e25c5ce6ef215cc3ded66eee41058435ebe 783 1.00/1.00 vMB 22
665,410 665,410 00000000000000000004b8c9f8aebc7d8823e0d9d35c1e4013568ad30b87ddd4 676 1.00/1.00 vMB 22
665,409 665,409 0000000000000000000b279a9f76340f46fa696c39987a8d1d3e5ce126e6e0c3 396 1.00/1.00 vMB 15
665,408 665,408 00000000000000000009c2772fd3fc9d0d3e323fc62f1d9792cf30333b7fbcb2 2,160 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.21 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: 654.27 GB
    • Received: 14.11 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.