Loading Tool

Explorer IconExplorer

Memory Pool

16,477 transactions
7.41 vMB
0.03145246 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.64/200 MB

Candidate Block

Mining Attempt 0edc80849edda8c9b5cda7511826044db2bf9dc06c068418695011a7bde517b7
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 713a1e3c6ed44d9e9ce236b590a92a1273106261c125f86d4b25d3bb7bc006c3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.01681709 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (711,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,246 202,246 00000000000004d41fa00436e6fd8c210c7ad35d5405b9511d50d6818974775a 11 0.00 vMB 198
202,245 202,245 00000000000004985c89461ebd473ac1058f75df59e0e7345d785d8191a8fc8e 118 0.05 vMB 121
202,244 202,244 0000000000000468617489cc7c02cca6d3ca300f28e678b300843097c4168e61 251 0.25 vMB 63
202,243 202,243 00000000000001d2bb3130573e521cf50e6ef23c752216baae0edcda573dc676 805 0.25 vMB 210
202,242 202,242 000000000000006a104a63979fa95d5aa2162ef9e972e4ccfff66013767143e3 343 0.13 vMB 151
202,241 202,241 00000000000004c37ecdfda3561cd9f53f944eb4823a4c6d2163d5151e2f179d 453 0.23 vMB 136
202,240 202,240 000000000000047d73708fe2de130ebc9492ff46226c14c8c93d1d8d44e27f91 860 0.44 vMB 115
202,239 202,239 00000000000002305b59670b53b06217a8d911ce3928b610abf5216b4fe750fc 482 0.25 vMB 165
202,238 202,238 000000000000043355bc593c62162b06e42113dfd071c6dcd3ca66d3663d333c 320 0.30 vMB 58
202,237 202,237 00000000000000492d73ed0056449f207f0e6589d3670c0b87295aa2847aef78 579 0.25 vMB 110
202,236 202,236 0000000000000372655f141b70a706524de1a9efeeaf8ee32ea721077d2b3fff 767 0.25 vMB 364
202,235 202,235 0000000000000357cdad78b7c7fffba6bfee81b7b3133a80e500f1d17769ac60 137 0.05 vMB 21
202,234 202,234 00000000000000153ba253fa44170944c81be07e0c11ee4afeff2a0ce3dc67a4 795 0.25 vMB 246
202,233 202,233 000000000000041279bc7a4ef55ab97151e18288525f2cef342b4e8f31fab8ab 88 0.03 vMB 166
202,232 202,232 00000000000003fedc924b51b052d2f26ab0f305dfae14417869cea68148f4c1 73 0.04 vMB 130
202,231 202,231 0000000000000054abc74bee693279f2b124122b48374ba7eaabed50e8238136 111 0.05 vMB 207
202,230 202,230 00000000000004e03a751e2b9d66f9582d5b9c211668c529462ac9d9c6c66ce4 238 0.20 vMB 594
202,229 202,229 00000000000004613ca4b07bc859320a5bb432647ae9ea70a1be2b8d2099b95d 452 0.16 vMB 216
202,228 202,228 00000000000002954fe6b46ba945cf8f32bb821eff07fa83f2062aaf5cba5b80 150 0.06 vMB 166
202,227 202,227 000000000000043cf031cdc04751ffe21c3a41edb4c8e33cc94cd5cd03a94fab 806 0.39 vMB 145
202,226 202,226 000000000000002b5c9e68704f3d52eba519de2778efae841f00aab954a62736 424 0.21 vMB 153
Previous 10 blocks ↓
Total Size: 779.63 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: 303.87 GB
    • Received: 1.39 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.