Loading Tool

Explorer IconExplorer

Memory Pool

78,004 transactions
29.54 vMB
0.08933056 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt e9203f56c7025ac213403dd85f61ee89d0de4a133b927dea98254e5364195a9e
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 3c1b73d1130ad4df3aa2a1bd115a45c05df3975496943a8730d0841f145311f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,776
Size: 1.00 vMB
Total Fees: 0.02413036 BTC
Feerates: 477.45 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (91,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,569 823,569 000000000000000000037982d3dc8b08aa659e6c06276bc4a6f29a57b7606b51 1,631 1.00/1.00 vMB 349
823,568 823,568 00000000000000000001945c811137993f272f4b57dd3cc71999f9897fe5c8ac 1,688 1.00/1.00 vMB 304
823,567 823,567 0000000000000000000259a38ed58e0d0ba831cdbabd32dbf3fbd6f7b44f9228 3,219 1.00/1.00 vMB 176
823,566 823,566 000000000000000000001da55726e5ed326c27ba2d3c4c08225651920068861c 1,772 1.00/1.00 vMB 309
823,565 823,565 000000000000000000011cced02ddbec9c0871e1e31c84269bf8bd0cb8faecf4 1,746 1.00/1.00 vMB 245
823,564 823,564 0000000000000000000047cc070bc35b6b665a338e1ebcd517bae10b9e585160 2,466 1.00/1.00 vMB 273
823,563 823,563 000000000000000000005eba9a66a50e6120264b5b5e9f315286e0b56fc89505 3,367 1.00/1.00 vMB 184
823,562 823,562 0000000000000000000232bcedc9af89517d8b45f5f3a739f6c36472fe95ecf0 2,501 1.00/1.00 vMB 182
823,561 823,561 000000000000000000038b5ac0f616a9d32f29838b61205a31c1f3a99c4dee1a 2,033 1.00/1.00 vMB 163
823,560 823,560 00000000000000000002d12a12ae07a02af8696566596c7f636638d27851858b 3,204 1.00/1.00 vMB 228
823,559 823,559 00000000000000000000f1569be20a6a904e4e9e201f49b3296d9cca4f006a04 3,391 1.00/1.00 vMB 178
823,558 823,558 00000000000000000002e4808ba1259f3967e0e36c9f7ff8f62eb60b3f512af2 3,219 1.00/1.00 vMB 219
823,557 823,557 000000000000000000006e51609e1b6d75af2bf08ba55125a7558d9e0ad33d1f 2,693 1.00/1.00 vMB 255
823,556 823,556 000000000000000000017f884d0162edda349c005c2870f84a99277857e1c982 3,641 1.00/1.00 vMB 189
823,555 823,555 0000000000000000000105cf7401fa9e75811e64956f342ba16f0522d9a83e3f 2,555 1.00/1.00 vMB 167
823,554 823,554 00000000000000000001990bbc8d29a2282c1644158ba7e7482638848348a8e2 1,971 1.00/1.00 vMB 227
823,553 823,553 00000000000000000002c6300bce5a590490a9736c54bc66b3902998ab8a91a1 4,745 1.00/1.00 vMB 135
823,552 823,552 00000000000000000002ae1208d269ae7c36cbb8d75f3ca57d429861e3175142 3,083 1.00/1.00 vMB 138
823,551 823,551 00000000000000000002f9570bea6ad8a049bf6e62d80bcca7a6db1ebb286a68 1,987 1.00/1.00 vMB 153
823,550 823,550 00000000000000000001a7454431e8aca6d80af5424fd3e2e614ea9894e73fd7 3,592 1.00/1.00 vMB 222
823,549 823,549 000000000000000000030dd366e1b989588c5f083f7a5dcbb768c1856723d9ab 2,911 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.