Loading Tool

Explorer IconExplorer

Memory Pool

84,679 transactions
31.80 vMB
0.19078289 BTC
Random Selection Loading Transactions
Max Size: 189.92/200 MB

Candidate Block

Mining Attempt 33f321d390b5d92e3174857de41cca76844b81b8521e5b54c5397c689ed39508
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a827d4ea3b2d775898364564407a6a580f22de898bdbddeb81cd9e8e3ffdfca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.08188418 BTC
Feerates: 101.65 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (336,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,214 578,214 0000000000000000000280bee9e024cebe5ebecf23d90d7708532c48c77fc24f 2,682 1.00/1.00 vMB 199
578,213 578,213 0000000000000000000607652bed4d04ba12daa54acc4b7352c83c6154169852 2,169 1.00/1.00 vMB 179
578,212 578,212 0000000000000000001c96092cfbd00db9b0346e7a84f675f84c0c679044c1f3 2,541 1.00/1.00 vMB 189
578,211 578,211 00000000000000000003d67e24691ad071e195c2aab7c68aa9bb7649e10c96a1 1,673 1.00/1.00 vMB 167
578,210 578,210 0000000000000000000b1125f01e08edc860fc2958aa41d85a18cbca636ce41e 3,345 1.00/1.00 vMB 185
578,209 578,209 0000000000000000000711ba65d5b1cc9d690d5ff9ea2c793609657b0a2ba9f2 2,933 1.00/1.00 vMB 209
578,208 578,208 00000000000000000003e559eb51bb299694ab6c9ac2ca1077e9b32d2102fd40 1,921 1.00/1.00 vMB 152
578,207 578,207 00000000000000000007759ba94a62f0b79d23d1dd42bb45f7fdbc89e92cb5dd 3,288 1.00/1.00 vMB 159
578,206 578,206 0000000000000000000f56b846b4e9a4553b96c3a89ccc28ed59e10489586013 2,873 1.00/1.00 vMB 190
578,205 578,205 000000000000000000296b53b8861106ff49832ed2c584ece76382c1005e37a1 2,758 1.00/1.00 vMB 172
578,204 578,204 000000000000000000192a7e22cad0be650de614fd7bcba948c39c35f3b82a73 3,264 1.00/1.00 vMB 163
578,203 578,203 0000000000000000001391dce39a45e51e286cbbe7e32b1ff5bda9433ac19c15 2,592 1.00/1.00 vMB 168
578,202 578,202 000000000000000000014493a23b2e7d7a1a93986999a5f1b6c0c324afbedcdd 2,918 1.00/1.00 vMB 184
578,201 578,201 000000000000000000062f5b81ef303899429bf66425901e4c8483e86704a52d 2,549 1.00/1.00 vMB 170
578,200 578,200 00000000000000000021813558d2e4a334489ce4d3d8fb7faaba55986c867550 2,960 1.00/1.00 vMB 170
578,199 578,199 000000000000000000257898f0e36daf1694d7162012a21b9b6191ccaa460c21 1,311 1.00/1.00 vMB 151
578,198 578,198 0000000000000000000b1d7a9edf84b346b344c8c05c51e77dc21b5e5078dbeb 2,462 1.00/1.00 vMB 164
578,197 578,197 000000000000000000264cf1173f27d3633ccaf3d7240ecec0e6d747f9ce7e10 2,481 1.00/1.00 vMB 178
578,196 578,196 00000000000000000001a60d8e921297504021ed4cbbb51b956bbfd6de1088c6 1,668 1.00/1.00 vMB 181
578,195 578,195 0000000000000000001e40c4c646611ff8f1a670fb5dc0cf345e98b538bdcd22 2,810 1.00/1.00 vMB 134
578,194 578,194 000000000000000000022927e6a076180ee28e35c842da4affb23e16462874b2 2,713 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.