Loading Tool

Explorer IconExplorer

Memory Pool

74,923 transactions
27.65 vMB
0.07718295 BTC
Random Selection Loading Transactions
Max Size: 168.60/200 MB

Candidate Block

Mining Attempt 25b07624e682af63394e889ebafea5992bac1b125605ac3ddfe7c0322165494b
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 7d76121d8faaaccd5ec4c939a1a11bf3f60fbf7b6dff418bffdf59e3dc536124
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,128
Size: 1.00 vMB
Total Fees: 0.01814313 BTC
Feerates: 121.74 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (481,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,479 433,479 000000000000000003d27d1faf81232320851b5d3bf74d84be370def4458ce14 1,769 1.00/1.00 vMB 50
433,478 433,478 0000000000000000029f1f9575ddd5550e95606940c7d935e14d4f72d27de1b0 2,009 1.00/1.00 vMB 48
433,477 433,477 0000000000000000023665d0471ae3d23fc5e30b71321bc3533cb671515516a2 2,244 1.00/1.00 vMB 62
433,476 433,476 0000000000000000042b8b57c015a633091261e0a716a99ff2f12b5a5c616b70 2,196 1.00/1.00 vMB 58
433,475 433,475 0000000000000000014dcc2b771ee31c085570b604b544ab5f4873d1290b4ee2 3,031 1.00/1.00 vMB 87
433,474 433,474 0000000000000000006b6ed48ac287b5185de4e4317e2c6a7a7f37bb6915f5e0 1,646 0.92/1.00 vMB 50
433,473 433,473 000000000000000002de5119fc9e3dccbe611f1d838466bd9d683b14f4c1c8f0 2,293 1.00/1.00 vMB 63
433,472 433,472 0000000000000000025dacfae3163b1276bcab3546dd5ac6241f52784a69d4d1 332 0.75/1.00 vMB 8
433,471 433,471 000000000000000003d279aded296d8ec836f479192efafd61354b87bb0e5475 1,872 1.00/1.00 vMB 49
433,470 433,470 000000000000000003cdbc88f6d73bceed40b776c31947e6b3ecee7b343a21de 774 0.33/1.00 vMB 63
433,469 433,469 0000000000000000043867d25faa30142fd409045eeb14fe41292d0dde1e606a 2,300 1.00/1.00 vMB 66
433,468 433,468 00000000000000000116509ba4eb2d6b1adb40e5e8ff8bff15f62c8ffe1de070 736 0.26/1.00 vMB 74
433,467 433,467 00000000000000000400318468e8771ef87056d98122607913a451a3b8c3f18e 324 0.12/1.00 vMB 66
433,466 433,466 0000000000000000019a0658680210971845d028822b2625976111cf9e4036f0 1,013 0.47/1.00 vMB 59
433,465 433,465 000000000000000001bc9640cb25899cff76769fe40e085eafd55c2145d7c3fd 2,632 0.97/1.00 vMB 62
433,464 433,464 0000000000000000029926fb615efcd2f75c7f84463f302c9cf8d52a388c1a57 1,955 0.79/1.00 vMB 63
433,463 433,463 000000000000000001849ffc7e006fc9af14af9c4cc2aae9259c9a592f88e1e1 1,239 0.99/1.00 vMB 28
433,462 433,462 0000000000000000040a1b1ae692d8c4d4e59b754e071b766e68713c2f7e46df 945 0.99/1.00 vMB 27
433,461 433,461 000000000000000000a72dd0c6dd11458d0de1366187d228014e74d029d3f260 2,527 0.96/1.00 vMB 67
433,460 433,460 0000000000000000014da1cee65c55c7d719c0b43390020d65c100d3eb2ffc8a 1,105 1.00/1.00 vMB 30
433,459 433,459 0000000000000000023d799bea836d0f068356568db14d40afb084c2a4c7ea5f 1,866 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.