Loading Tool

Explorer IconExplorer

Memory Pool

41,469 transactions
26.68 vMB
0.06333107 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt b4183d17b8a4546ecfd59804db3be8de471f0a3f974233c6e0964670a3e3df79
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root d3abad7131928cf0e238b963a7ff111e8021487fc4d305e5087575b89602951b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,916
Size: 1.00 vMB
Total Fees: 0.01388280 BTC
Feerates: 130.68 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (256,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,304 658,304 0000000000000000000ec91a6b11444bdd34ae714db7a1902a8bbe4c5924f7c7 1,211 1.00/1.00 vMB 41
658,303 658,303 000000000000000000093a46ad400678018aabfb9b93ca57fae8831f366ec445 320 0.13/1.00 vMB 30
658,302 658,302 0000000000000000000c5c7ecee75e210ab9fd48a5bbedba4d30ffe3bae26cd6 972 0.32/1.00 vMB 10
658,301 658,301 0000000000000000000bfc8061c13e54a4c0af04c7714b30d9d4267fb713aa58 2,526 1.00/1.00 vMB 26
658,300 658,300 0000000000000000000433e73aa1cbe20cdfe5c9f3847a8ebff18741097c2450 741 1.00/1.00 vMB 9
658,299 658,299 0000000000000000000864be11402ee576eb7dcea0e3119d324370073c1b4154 1,797 1.00/1.00 vMB 31
658,298 658,298 00000000000000000009151878dea7710c5b99bc21097457c0014967a22e03ec 1,790 0.65/1.00 vMB 17
658,297 658,297 0000000000000000000d2b476e1a535d7e3d142337e4cd9acfea2e553127ec53 2,450 1.00/1.00 vMB 32
658,296 658,296 0000000000000000000dda5bdd4c37ce131ba755224a744d1cb1053bfc460c4d 2,252 0.93/1.00 vMB 24
658,295 658,295 00000000000000000000a21be9306326cc6a02d7ba6e25439fc8ddf4b690d07e 1,282 0.64/1.00 vMB 33
658,294 658,294 00000000000000000009d7460e8293f1cad5cd64ab3f3a75f1a0407a11d69995 484 0.35/1.00 vMB 11
658,293 658,293 00000000000000000006bd65d268d144ec04b8708f489c67535d33d726f9a3fb 2,531 1.00/1.00 vMB 16
658,292 658,292 0000000000000000000b9b3fcb569d16513cfe6309e228f344f05ec73880c0d5 2,267 1.00/1.00 vMB 34
658,291 658,291 00000000000000000003cb7cec6a94db565a7d16af2be7f1e067451f91cd8699 1,837 1.00/1.00 vMB 11
658,290 658,290 0000000000000000000b8952ab63c5be786251ae48ace74c19ecaf2b4c23d553 2,058 1.00/1.00 vMB 29
658,289 658,289 00000000000000000004913b9a332556c92e9c83f110355008ce332340ee7597 2,167 1.00/1.00 vMB 15
658,288 658,288 0000000000000000000bfe74f7da84b1840d2834cd59529320d26273022b452a 2,092 1.00/1.00 vMB 9
658,287 658,287 0000000000000000000f6ebbf0941e1b1f9684b282ba59ec6937015d522b965b 2,230 1.00/1.00 vMB 8
658,286 658,286 0000000000000000000af1ce38be3a300758bbe303dd9f038cc6c734ad5f4cf4 2,198 1.00/1.00 vMB 15
658,285 658,285 0000000000000000000c4cf7b364b26f0042b6acddf91081a5e4df321d3383d7 1,733 1.00/1.00 vMB 20
658,284 658,284 00000000000000000006e1d2a127f1303622271feed0dfce0f8daa954d2123ca 2,040 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.