Loading Tool

Explorer IconExplorer

Memory Pool

86,055 transactions
32.27 vMB
0.13209093 BTC
Random Selection Loading Transactions
Max Size: 197.22/200 MB

Candidate Block

Mining Attempt 41f331091a0c4e8cb2b893015f40691d14e390d6dc6e0288c16eae5d480e6406
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fca1784b0a3d75a49cec26619be3db78d46dc7f0c815cceae35f48c9cdaf8b22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,422
Size: 1.00 vMB
Total Fees: 0.04711098 BTC
Feerates: 301.60 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (155,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,434 759,434 00000000000000000001dec3fa43ba498242b6a83e34f03d6e9d38b971ac8575 611 1.00/1.00 vMB 2
759,433 759,433 000000000000000000006c2bb3aa966f21f9a2112a56784c7f5ec2660964e5b0 2,114 1.00/1.00 vMB 8
759,432 759,432 0000000000000000000198d31752cfe02b25f6892f7c2aec4e2a32e759505ee9 2,056 1.00/1.00 vMB 2
759,431 759,431 000000000000000000055ee87c1fb6da96b3c7910661de0aa6ba32756627ae49 2,912 1.00/1.00 vMB 10
759,430 759,430 00000000000000000004ce8ab3056f81f182e15784106fdc23146ee4c025e3d5 1,954 1.00/1.00 vMB 14
759,429 759,429 000000000000000000016af6de075f39b5d58aaeee9f815b715f1e9834b67d2c 3,197 1.00/1.00 vMB 17
759,428 759,428 00000000000000000004e3435dbea1506e7bfc36361948da099c4a285535fce2 1,980 1.00/1.00 vMB 9
759,427 759,427 0000000000000000000797e77dd0d1d9490a0edce2cc37a1fe083291319786a5 3,529 1.00/1.00 vMB 17
759,426 759,426 000000000000000000000ff94f2ef9e77cd42ef7c6b54fb1a1f0b7935408867f 3,589 1.00/1.00 vMB 24
759,425 759,425 00000000000000000005243fde6cb182a72676b21175f1d4ee19835e008147ae 2,155 1.00/1.00 vMB 5
759,424 759,424 000000000000000000028f96c79688226fff33447218df94a084ce0ace1049f2 2,281 1.00/1.00 vMB 5
759,423 759,423 0000000000000000000250ced2cdd262fd2dd4bd28917c7c58e21de306c16261 2,547 1.00/1.00 vMB 11
759,422 759,422 00000000000000000003016feb43dcc16aca3cb65d6c9161cdeddc9f1200a838 2,964 1.00/1.00 vMB 17
759,421 759,421 000000000000000000041f98c58f7b139c5adbf0b544669cf6fb8a52eb3f5b6c 1,438 1.00/1.00 vMB 22
759,420 759,420 00000000000000000003d142e4d884211226a097e3b34429554f3b6fcad95871 1,708 1.00/1.00 vMB 4
759,419 759,419 000000000000000000040d8a9293e92f8a0a4b4273f05fc040fe08e43e968c46 2,866 1.00/1.00 vMB 11
759,418 759,418 00000000000000000007ad8b3656cc91c9891ff68b20fa8d8856ef54bbef6b55 2,133 1.00/1.00 vMB 9
759,417 759,417 00000000000000000000f4132f2c3d8159d749ae4c383543d8f2f96251c5f48e 3,304 1.00/1.00 vMB 16
759,416 759,416 000000000000000000079ebc77ddb7124b9ce2ed4cf49bd5c22242c32104d20a 3,138 1.00/1.00 vMB 16
759,415 759,415 000000000000000000010b1d75f2605750c0a0a735cd78cee01d13041406edd5 2,501 1.00/1.00 vMB 11
759,414 759,414 0000000000000000000399f846dcf447c34b1a06b3e4aa354203cdeea1cff69f 2,803 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.