Loading Tool

Explorer IconExplorer

Memory Pool

78,135 transactions
29.34 vMB
0.06452499 BTC
Random Selection Loading Transactions
Max Size: 176.27/200 MB

Candidate Block

Mining Attempt 9d4782181594c850716a6a35ebfc6fbe0ee5d986455c1e43c7ad352a057f5293
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 09ae36af42cb46db3e7f88b996739377fb94374b88d09b0d5cb5f26f0dd03422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,106
Size: 1.00 vMB
Total Fees: 0.00512132 BTC
Feerates: 18.31 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (338,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,405 576,405 000000000000000000091d5d94cbc6686e1b3ebd2733ff2f1a1617b43aee57dc 2,395 1.00/1.00 vMB 191
576,404 576,404 000000000000000000117b3ef39bd9a67702f813092b3dc2117dd191de039916 2,002 1.00/1.00 vMB 141
576,403 576,403 00000000000000000006cdf8cb87192b9417e6f0e152793ffce9176fb8f01de7 2,325 1.00/1.00 vMB 154
576,402 576,402 000000000000000000156c29a1c1df9a10a3a00813c04949eaa95b09e4ecae3e 2,308 1.00/1.00 vMB 169
576,401 576,401 0000000000000000001ad705882fab3ab6550fdb875d5faee995dac0bb50a2be 2,768 1.00/1.00 vMB 177
576,400 576,400 000000000000000000198607427ee1745d3cff4569d492d39d64ce10361d3af7 2,547 1.00/1.00 vMB 237
576,399 576,399 00000000000000000018d502a65c34f0c25d8869b80ed03bcc9b7ef942334e7b 1,923 1.00/1.00 vMB 185
576,398 576,398 0000000000000000000e1bbbf6ba8712f4a6d68975ba8741be10bbe1e2fd8a42 2,074 1.00/1.00 vMB 158
576,397 576,397 0000000000000000001d0214f35595deb84089123e6ed24c2fc3f27f00e08543 1,864 1.00/1.00 vMB 180
576,396 576,396 0000000000000000000ce1ed1d1536b1d8099071a28f46366e2f63ce311b5291 2,396 1.00/1.00 vMB 168
576,395 576,395 0000000000000000000a6e74c856e3e35cbe7344e6b4114c50a0f72ef9281bbb 2,021 1.00/1.00 vMB 169
576,394 576,394 00000000000000000024f3474e9a7d9c0e9f255dc0113559cc8994809c02bb83 2,289 1.00/1.00 vMB 194
576,393 576,393 0000000000000000000423f7896b30d5d64e981e7e73f2938ea6544ba5d423a9 1,340 1.00/1.00 vMB 206
576,392 576,392 00000000000000000014c76eba978aa473d7d3da557c811b07bb5f25f787c85b 1,443 1.00/1.00 vMB 206
576,391 576,391 00000000000000000006ef3b9ae027e143dd39b1ba242139e50fbee65254f19f 1,830 1.00/1.00 vMB 200
576,390 576,390 000000000000000000157a76f508d7f011158621897364655eee6245df2a8c98 2,143 1.00/1.00 vMB 59
576,389 576,389 0000000000000000000ed89789fe3a5d068be302720e58c3a19eb464fa1b5551 2,313 1.00/1.00 vMB 114
576,388 576,388 00000000000000000024ee4eb93da2001eacc8d5915421cb9999db4d625195e5 1,892 1.00/1.00 vMB 129
576,387 576,387 000000000000000000281a089a95d47d10af116402580f926b1a77559d04dafa 1,699 1.00/1.00 vMB 177
576,386 576,386 00000000000000000020bc5f8cb528551663d4658cbaf87a0797e21ebe7e4ef2 2,781 1.00/1.00 vMB 185
576,385 576,385 000000000000000000130b654a4a48cf132aa6f5906fd1e73d1b50f52bea3613 1,761 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.