Loading Tool

Explorer IconExplorer

Memory Pool

39,986 transactions
26.28 vMB
0.05454049 BTC
Random Selection Loading Transactions
Max Size: 137.17/200 MB

Candidate Block

Mining Attempt 4f30c8eb4e43498397234da84469ce32bc9d5479f3cb1b96b5279c4bff176a59
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 88b258452e899b63dcef8f92128f4ea3bbed1deb72fca0440b831c825e5bd8e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.00640221 BTC
Feerates: 200.54 > 0.64 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (337,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,028 577,028 0000000000000000001c035aeca681957a4a01d1b03be45a0fc0ae4337d39469 2,094 1.00/1.00 vMB 144
577,027 577,027 000000000000000000195b1a76e14cd1e08a8e4bd7c5b51e9b01156ecb054be3 2,235 1.00/1.00 vMB 205
577,026 577,026 000000000000000000092c5b9b5148bb53f353442210c4c5b06d3badbabdd24b 1,469 1.00/1.00 vMB 111
577,025 577,025 000000000000000000197a0e868d78932072b05cb409b70ee7e41c1b5f0ccac5 2,104 1.00/1.00 vMB 165
577,024 577,024 0000000000000000001cf1f22c1e1f9f2916f4ee901693f26e092f1193f4f693 2,671 1.00/1.00 vMB 96
577,023 577,023 00000000000000000024dbd560fae8a2b5fba485b04970edb3ef1be86cdad4b6 1,867 1.00/1.00 vMB 98
577,022 577,022 000000000000000000284b928a8f4050a01b0434608284573fb06357522ac5e3 1,761 1.00/1.00 vMB 144
577,021 577,021 0000000000000000000001aa6b9676d6b988c0549f42047dc11ac4d7660b845e 2,259 1.00/1.00 vMB 143
577,020 577,020 0000000000000000000785e20b854e8d11299c9e51919450b17ebcca402e07ea 891 1.00/1.00 vMB 159
577,019 577,019 000000000000000000170c3fb3809c41741854e2ab962d819aa9d3112442006a 1,298 1.00/1.00 vMB 219
577,018 577,018 0000000000000000000a684e32343dbc17480126dfc8c6deef17e94908e1902c 2,316 1.00/1.00 vMB 297
577,017 577,017 0000000000000000001e4a3c55b7fa81033ed9ffbc77159854520e3668e291cf 1,618 1.00/1.00 vMB 42
577,016 577,016 00000000000000000020eb4fddeeb4336f2c16d47789eebfb295f87c66e035a8 1,798 1.00/1.00 vMB 129
577,015 577,015 0000000000000000000a069b97dd8e49994b4f16a0d4b86fa29051385db838d4 1,443 1.00/1.00 vMB 139
577,014 577,014 00000000000000000005697e33650bd7047f90869f95f09bc89c27c0b0761081 2,646 1.00/1.00 vMB 100
577,013 577,013 000000000000000000060e5aae066619d04f1a3f0b277b76feb07ba06829d344 3,328 1.00/1.00 vMB 153
577,012 577,012 0000000000000000002627f9f20b2e14ae49a114d7a12f9ec72e21004aac5707 2,173 1.00/1.00 vMB 147
577,011 577,011 00000000000000000023e015a72bca23b552cf4708c2f0a2a5e752b424e33c86 2,331 1.00/1.00 vMB 57
577,010 577,010 0000000000000000000aa19a9045fc332d9f39aabaf0470a62169cf8f0feeade 2,404 1.00/1.00 vMB 110
577,009 577,009 0000000000000000001818ad5a959af4e9c8b9dfe7067970ce380396a8a911f3 2,514 1.00/1.00 vMB 91
577,008 577,008 0000000000000000002361eb096c5071f7c4b37554fd7ce657e80cf2d3d82a3b 2,370 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.