Loading Tool

Explorer IconExplorer

Memory Pool

56,795 transactions
32.24 vMB
0.15115979 BTC
Random Selection Loading Transactions
Max Size: 174.34/200 MB

Candidate Block

Mining Attempt 8c353af672c1eaa5258fc2d9d227ba4ab24c1a17d35888effd16e709bac3d26a
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 524af7e492ea084ad769b4f7d9f5f398d4cfd4b95ea9544237b3cd03fea0e63c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.05189186 BTC
Feerates: 121.08 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (428,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,264 486,264 000000000000000000ac883e01bf56198a6f1f78297e7edefe17d4cddf0ae3b4 1,538 0.93/1.00 vMB 34
486,263 486,263 000000000000000000bc96c4cdfbbb6ea4d046ef5e27b4cc2b0a8830265b5fc2 2,302 0.98/1.00 vMB 147
486,262 486,262 000000000000000000f2a1e8ad25530f41f7a269ba92bffdbd4c7e8f34e43557 1,255 1.00/1.00 vMB 74
486,261 486,261 000000000000000000c03db2f54bc59a4edd6c75aae4daa4e7a4a73226eb18e2 1,547 0.98/1.00 vMB 29
486,260 486,260 00000000000000000069810180e336be9870d612a05d4f0ee9d0511f8d450ef7 2,356 1.00/1.00 vMB 157
486,259 486,259 00000000000000000003c7f1b9679c236033ef368f8da62a4a30d6acabc99ed7 1,246 0.98/1.00 vMB 97
486,258 486,258 0000000000000000007110b301ad76520f03a20ffada7688cbf0ff671db09217 2,063 1.00/1.00 vMB 130
486,257 486,257 000000000000000000399db9ec47102d7ba1369cc3f21eae38a78113840002cd 903 0.60/1.00 vMB 96
486,256 486,256 0000000000000000006904ca957d9a1f405ff811f6dbdccf2a013d351452f272 345 0.23/1.00 vMB 89
486,255 486,255 0000000000000000000916433402e252adb0343522cf871305d4e5dd49f91cd0 84 0.05/1.00 vMB 122
486,254 486,254 00000000000000000096d07472e20e4ee1ded64efc7652e64a18a5cecee5f2bb 1,469 0.79/1.00 vMB 106
486,253 486,253 00000000000000000098be84c3962b8e3db99bd748c19835543d7dccdc51f4cd 1,070 0.72/1.00 vMB 99
486,252 486,252 00000000000000000013c53832dd1fa2ad305a5d89672b51aa354a019d021411 450 0.37/1.00 vMB 83
486,251 486,251 000000000000000000b91be9affa713da8c93541df198cd61aa3c7fba025cb05 2,063 0.99/1.00 vMB 19
486,250 486,250 000000000000000000ba4613218d9e18510cfc21eff3389a0387d56aca5dba76 2,063 1.00/1.00 vMB 109
486,249 486,249 0000000000000000003a20092d6753d222ba6ce1bae981eabf126c591f281f55 1,891 1.00/1.00 vMB 162
486,248 486,248 00000000000000000064ee77daf49c791a5e6ab7098d7fa1385f1a1ffc40b844 1,856 0.99/1.00 vMB 82
486,247 486,247 0000000000000000007154f9c7d2d3e4a1b1d5c09e9b04332d0424aabcd245d1 1,671 1.00/1.00 vMB 140
486,246 486,246 0000000000000000001ddd8411f1733a5385419655e4440f82ee5fff16ec6178 1,775 1.00/1.00 vMB 30
486,245 486,245 000000000000000000b96140871e6195d38e7be42b102d49ed60fb2668faa6cf 1,641 1.00/1.00 vMB 130
486,244 486,244 000000000000000000f94dd71ea01aa3e0888b384b9e56b14763c9fa0668cc2d 2,195 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.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.