Loading Tool

Explorer IconExplorer

Memory Pool

78,809 transactions
29.26 vMB
0.07936775 BTC
Random Selection Loading Transactions
Max Size: 174.97/200 MB

Candidate Block

Mining Attempt 5eda18578f795eda41cc5267574e8eba8331cb660b84b4b34f44fbdac88095bc
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 024b776fb04773c96c9b814389a6dd17f06117de15b9387f69926b275ed2f094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.01984598 BTC
Feerates: 150.77 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (332,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,507 582,507 0000000000000000001b23e5519427f0b3c4ed9e06987cebd459b24603e57f7d 2,852 1.00/1.00 vMB 119
582,506 582,506 00000000000000000006db19d8bbcba54e2c64e9730639f0b8c00164d7b4156f 2,332 1.00/1.00 vMB 113
582,505 582,505 00000000000000000017ffd815ba1d9cb03fe91482db480e94cfba9adf6d65e0 1,791 1.00/1.00 vMB 117
582,504 582,504 0000000000000000001b207bcbb4c6a48be8cd9a02818cdc93646b8bac1c8a18 2,435 1.00/1.00 vMB 135
582,503 582,503 00000000000000000006fc2f90059607e4c4963d54c2323bf284579315d445ed 2,724 1.00/1.00 vMB 139
582,502 582,502 0000000000000000000aea82ffd01c76cb4ddce4eb70a7c179d68f3f79c4d3d3 1,419 1.00/1.00 vMB 109
582,501 582,501 000000000000000000004dbd6609c0a8ef7d994648e9752337c5a4709e156136 2,203 1.00/1.00 vMB 104
582,500 582,500 00000000000000000006a1d1180bb5f9841a989927de9a3b058198e3e0c7bb0b 2,020 1.00/1.00 vMB 128
582,499 582,499 0000000000000000000e5cef6c2da1baccdd160bb812262d67659a5305a0111b 1,242 1.00/1.00 vMB 115
582,498 582,498 000000000000000000207aa2b2d0c4cff95fc6dd882c39f18f1b06ce9daf6f91 2,359 1.00/1.00 vMB 114
582,497 582,497 00000000000000000013bd5057547bdbb40749b0448692c9e40522f05590f22f 2,419 1.00/1.00 vMB 152
582,496 582,496 00000000000000000016bc684f9b426133526f691819aa3364e280af9ad29f04 2,821 1.00/1.00 vMB 160
582,495 582,495 0000000000000000001fb1b27f2bce7225de8c13f1888c59cf254858e5665a2f 1,804 1.00/1.00 vMB 117
582,494 582,494 00000000000000000023b78a5bb753eb4aaf0ea04a3c2aae688e7ca182ff7f01 1,928 1.00/1.00 vMB 126
582,493 582,493 000000000000000000101e4cc8876fe4492ac09ec27424c52bfe6b021299ad6a 2,524 1.00/1.00 vMB 116
582,492 582,492 0000000000000000001ba10e691b5f5e75e34849444a50f514920ff7a4d01caa 2,753 1.00/1.00 vMB 113
582,491 582,491 0000000000000000000bf33f128bcc6a2cd3c3abac4d39424a6ff203a7ad55a1 3,296 1.00/1.00 vMB 133
582,490 582,490 000000000000000000186a3f70e506382ef85f6180dce18a9cc592efe6d6e62d 2,630 1.00/1.00 vMB 119
582,489 582,489 0000000000000000001f893334e8dc3c51df9ae5f396c0369e1d885337cafd48 2,601 1.00/1.00 vMB 103
582,488 582,488 000000000000000000103d4cb25e20b1c3b3458f16d1d07224b8562828a41499 2,555 1.00/1.00 vMB 113
582,487 582,487 0000000000000000000b6b89b64821e5f7963982310f667880d455199e54a45a 3,160 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.