Loading Tool

Explorer IconExplorer

Memory Pool

45,545 transactions
27.49 vMB
0.10990693 BTC
Random Selection Loading Transactions
Max Size: 143.84/200 MB

Candidate Block

Mining Attempt cf637f072627eccbc1c7b59887f5a5eafb5a898f58c08e07e6520266353afad9
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1292ec3027f7b2e39c529c1ae55002b98ed6487dd9a242582d0cccf113fbb939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.05002629 BTC
Feerates: 151.01 > 5.01 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (220,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,240 694,240 0000000000000000000abdefe31f50d6937eeaf3512fe15dd126ccbffae76840 166 0.10/1.00 vMB 58
694,239 694,239 0000000000000000000981154142b7d8348f44b5b22213cbf2e9602d8215cf57 586 0.33/1.00 vMB 46
694,238 694,238 0000000000000000000d875374b68bfe3b26e09b548c5265b2871d0d429f8f44 2,164 0.80/1.00 vMB 28
694,237 694,237 0000000000000000000ec621187d9193ff6f6b7a6802c0d7220de5ec9cea05cc 831 0.32/1.00 vMB 19
694,236 694,236 000000000000000000047a05d433e57a46aa6c24d9cdeba7529ef0df818f3670 2,208 0.89/1.00 vMB 12
694,235 694,235 00000000000000000003e5e0b65fa4bd10db783a2c16af550cbc474f5276deb7 2,999 0.92/1.00 vMB 14
694,234 694,234 0000000000000000000c05e37593467bcbfcab7caf2aa3c2447a003918c93210 577 0.20/1.00 vMB 15
694,233 694,233 0000000000000000000cc4519a2d4cff96c7b168e92d8bb024d1d311e55fb67d 234 0.09/1.00 vMB 13
694,232 694,232 000000000000000000114bcfbd9e5c78cab422a1a5a35a2c7b0b12c3d5ffea81 122 0.04/1.00 vMB 19
694,231 694,231 00000000000000000000081e62a886a04bcbe29f590e8c09fbd1b570b24699d6 1,761 0.89/1.00 vMB 7
694,230 694,230 0000000000000000000a6174f2a9444ec819d8ccd6b4f17dc5994bcdddffb849 1,578 1.00/1.00 vMB 13
694,229 694,229 0000000000000000000d6ddb0d8dd6bc97a0c323485f6a61c04c7c164bee415b 394 0.19/1.00 vMB 13
694,228 694,228 0000000000000000000ca15620957739636ea91195a3fc8382a90c1b0151c70a 447 0.19/1.00 vMB 12
694,227 694,227 00000000000000000011dde6e5000daff79b84406fbb187b9ac7e99cc30377b1 807 0.33/1.00 vMB 17
694,226 694,226 0000000000000000000fef20038e2498f9e5a589378614f0d291e48d2e216ce1 2,095 0.72/1.00 vMB 17
694,225 694,225 00000000000000000012d54d416a3df59f1df4570f5b9c83f22f48668ddc5d68 2,014 0.69/1.00 vMB 15
694,224 694,224 000000000000000000006c180c2c3efee5d46bcdddbde5e038e5aba372e4b5dc 321 0.33/1.00 vMB 1
694,223 694,223 0000000000000000000cb538d81b049cb2119a692f1cf6ccd5a894e7844c6574 2,519 1.00/1.00 vMB 7
694,222 694,222 0000000000000000000bc02c2c41e25970147cff6e0de0102d8712cda3104e97 2,855 1.00/1.00 vMB 13
694,221 694,221 0000000000000000000de04c7595986c6f45847b56e8b3fa34a6d7d4943f5606 2,258 1.00/1.00 vMB 22
694,220 694,220 0000000000000000000f661a4d077dc71243c3cae55a7b952968c77ee6c1e727 544 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.