Loading Tool

Explorer IconExplorer

Memory Pool

74,740 transactions
27.75 vMB
0.07457195 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt cf38f599496e735e7e06a1f0a0b6905e3f843e7b9ca9b723732b4ab17b791ac2
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 48e70e0d05934b37e87743de0547ab62526412d49cc59b6180eb16381f5d7583
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01522973 BTC
Feerates: 71.37 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (265,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,243 650,243 000000000000000000023bb6cd1abc4f1697d7d83a5e0555cdec2e749b852f51 2,581 1.00/1.00 vMB 40
650,242 650,242 00000000000000000004275ad8a0c710a79dc08ad39ff98480736ed8c6dc6989 2,415 1.00/1.00 vMB 40
650,241 650,241 00000000000000000005dda797c92ae8808129a31a9b0b349b16f2e61d28a3ac 2,581 1.00/1.00 vMB 41
650,240 650,240 00000000000000000005d7ece45c5bcca0a4d660911278ec07848a2b256a9fcf 2,573 1.00/1.00 vMB 22
650,239 650,239 0000000000000000000c2f46eb5bbf1fe4990c409c84d4ec3220eddddc4d728b 2,268 1.00/1.00 vMB 44
650,238 650,238 00000000000000000005a4300b81cf9177c4a5cf467f6322cba68b4639f7b3e7 2,355 1.00/1.00 vMB 69
650,237 650,237 0000000000000000000046817fcb3d3bb2d29826aeaa965204b1065d400df36e 2,478 1.00/1.00 vMB 63
650,236 650,236 0000000000000000000ae8b4ce74d29fcf4550a130c347e1277011521da417fd 1,402 1.00/1.00 vMB 65
650,235 650,235 000000000000000000007de21ac5af536ce2d1f65815b9c7be6b0112fd3c8e90 2,609 1.00/1.00 vMB 101
650,234 650,234 00000000000000000005d854f071a892b97ada0ec20d91a82b1b1c9144a306ee 869 1.00/1.00 vMB 2
650,233 650,233 0000000000000000000d179dc8a7a837ad5221344d929390496cdb7327c02e8b 1,202 1.00/1.00 vMB 4
650,232 650,232 00000000000000000003bd50092fff96753fc81dafa643f3d8d582758fe1ce8c 1,821 1.00/1.00 vMB 9
650,231 650,231 00000000000000000005f2e74a547eb47ff677be35ffdf5bdd69998cd1e4ea57 2,023 1.00/1.00 vMB 30
650,230 650,230 0000000000000000000c0c9ed4ebc7e7531c93f277414d6b8efc0c6824231f6e 2,378 1.00/1.00 vMB 66
650,229 650,229 000000000000000000066596a3d52d42be1c415091a83b822ad37616541fd354 102 0.04/1.00 vMB 21
650,228 650,228 0000000000000000000e873bce6bb8f4179ab2ccb7ed26e13922b05f8ac6e1f2 365 0.12/1.00 vMB 34
650,227 650,227 00000000000000000000ed11aa07e46081de9650a6d51098a911a1ed3664c947 577 0.31/1.00 vMB 28
650,226 650,226 0000000000000000000b17a730dcd156b2c56ccc61957b717533cf169bca349f 689 0.31/1.00 vMB 29
650,225 650,225 0000000000000000000878f5a4f82b3ed45ec185e05aa6dba1585d9c91119ce9 1,525 0.70/1.00 vMB 23
650,224 650,224 0000000000000000000e5f08d6865a006da5a2627b0b2155170cdaa763ced807 737 0.28/1.00 vMB 27
650,223 650,223 0000000000000000000c0960e653c91edfbc285992eb8ede33d0100a4f5e4083 1,450 0.47/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.