Loading Tool

Explorer IconExplorer

Memory Pool

43,523 transactions
27.00 vMB
0.05724644 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt 12edce2f8ba1c1537e24dc82afea69136b0f127a5b700e30acf3fe8ccbbc3729
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 803debb752e41337712ee211116e703229294035834ed9928a433b6658c5ea27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,110
Size: 1.00 vMB
Total Fees: 0.00706499 BTC
Feerates: 160.56 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (359,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,594 555,594 0000000000000000001edfd7e3d2d13965400c0eaf943580e6db12e9de9f35ac 3,061 1.00/1.00 vMB 16
555,593 555,593 000000000000000000095ffa464f9aeff2769ddfe323fe93e10ab5fab0eef3b3 2,946 1.00/1.00 vMB 29
555,592 555,592 00000000000000000010a051c0fd9d16199aa795daa8409e6adeaba06f926359 2,492 1.00/1.00 vMB 13
555,591 555,591 0000000000000000000c9e07440b480a0142fbb22da24f5d1f34b8d76a4be7d4 1,421 1.00/1.00 vMB 7
555,590 555,590 00000000000000000034f8122caded408fb6036a39f7e5ba43b8a4b10a1d1547 2,351 1.00/1.00 vMB 7
555,589 555,589 0000000000000000001a78ef771fb71b47364e7dca1ffa2dc9d75c04e12431cc 2,671 1.00/1.00 vMB 12
555,588 555,588 000000000000000000363987d2c240d1b8671e8004bc490525b9ec9ca65fe390 3,082 1.00/1.00 vMB 34
555,587 555,587 0000000000000000000e60ec019aca16857feae69490dc3494be3e816d7b19f6 232 0.08/1.00 vMB 10
555,586 555,586 000000000000000000192c05feedd801faca82c49d1fda2e03cc6f32a2c5c2e8 182 0.07/1.00 vMB 14
555,585 555,585 0000000000000000000a4d662f5f8b6f0e50ccb52e3002def21514bdf0b73723 493 0.20/1.00 vMB 13
555,584 555,584 0000000000000000001046d524bacf3cdf845a64260ab76edb7b32ad54a6be8b 185 0.07/1.00 vMB 12
555,583 555,583 000000000000000000089aa9f09f4ee6a6dbbe2f05b8265a5ca526ada57a00f5 1,310 0.73/1.00 vMB 5
555,582 555,582 0000000000000000001557c5b66908a2942ac4c286d9dbb269bf85a7f639c726 851 1.00/1.00 vMB 2
555,581 555,581 0000000000000000000593c2929ebe7d9389ce95bbd4aca2165d5dda7f43c8c7 1,978 1.00/1.00 vMB 8
555,580 555,580 00000000000000000004ad9315a1b9b3a562a01330ec3ad17da8bc06b8a3fc83 1,774 1.00/1.00 vMB 9
555,579 555,579 00000000000000000025f2425b45a38cd62af1da039042440ec93f1850669423 2,431 1.00/1.00 vMB 5
555,578 555,578 0000000000000000002c382216ce9d957394c03927e4a3268ce95b25c1fb506f 2,592 1.00/1.00 vMB 20
555,577 555,577 00000000000000000005f4754ab64c427a6593e2efcea9a387ebf7aaf6048ddd 2,767 1.00/1.00 vMB 8
555,576 555,576 000000000000000000246c669a2a4a4c7c89d539b5144e2cd8276bc59e32cca2 2,550 1.00/1.00 vMB 12
555,575 555,575 0000000000000000000fc4f12bb27e1a1b114d8862aff01dc06ca90c99fd6354 2,573 1.00/1.00 vMB 12
555,574 555,574 000000000000000000232c6795acacc1723d025322a08d6a79a40846539e30e5 1,748 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.