Loading Tool

Explorer IconExplorer

Memory Pool

22,432 transactions
24.67 vMB
0.05704613 BTC
Random Selection Loading Transactions
Max Size: 118.29/200 MB

Candidate Block

Mining Attempt 14bd8f3770af4f296f9dc3022afaa6e8255c573e6894ddadb429e6041266833e
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root 44eee704e855f1c5b2d4923422d858de3b7f0f7bde26b4710a7375f1fd1dbea3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,456
Size: 1.00 vMB
Total Fees: 0.01283609 BTC
Feerates: 101.21 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (813,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,294 100,294 00000000000263eb2bac2245796983c42eabca41b771d836e8cead06637473e4 2 0.00/1.00 vMB 0
100,293 100,293 000000000001cc0206eb85bd093220334876597e56a05e8babcd3b14813e4af6 1 0.00/1.00 vMB 0
100,292 100,292 0000000000017f41b4b087c3cac34b56475317dac8810c77110dcff143cc9229 2 0.00/1.00 vMB 0
100,291 100,291 0000000000011e31c0f05f5465f8e9ea9feffcd661e01e206c361ccd3f391ccb 1 0.00/1.00 vMB 0
100,290 100,290 0000000000007d38ea04ffbef44780d54475edcc94c8764be8810fcb98333de7 1 0.00/1.00 vMB 0
100,289 100,289 000000000000d76d52a59410a4fadf5ab01f0af54362c02b8612dd4500e82878 2 0.00/1.00 vMB 0
100,288 100,288 00000000000269dfa12bc4ddf19d487bc3fe964ec211ff195ffc22150e07f268 1 0.00/1.00 vMB 0
100,287 100,287 000000000000cf221d5dd818aa6510584a16811c10a92a14180699e1f7afb28e 2 0.00/1.00 vMB 0
100,286 100,286 000000000003b6d1005422a3a270cfc70e20e9f1d4216a15d025ebf7c6497d03 1 0.00/1.00 vMB 0
100,285 100,285 00000000000007447e24cd8b01a1ece85a05918babcfe915ef7c39cdf1dce276 1 0.00/1.00 vMB 0
100,284 100,284 0000000000008e444ce20cb0ce2e606f2813551e8b1db42ab43ea0c9f1198e39 2 0.00/1.00 vMB 0
100,283 100,283 000000000003d014210dcffd602715545bce976f0f257d99279c83c2778e7150 3 0.00/1.00 vMB 226
100,282 100,282 0000000000017313f9a98bbef19d765d00a36dd58012107d431afe8e4c126f5e 12 0.00/1.00 vMB 0
100,281 100,281 0000000000037365cdad16f2517e55eee6c7d908f6069cb2c11a82b6cd14397b 5 0.00/1.00 vMB 651
100,280 100,280 000000000001e6f6d3eaa3fcc6cf16cf45722fa3cb6543767252a93714cbad4d 2 0.00/1.00 vMB 0
100,279 100,279 000000000004089b5e9e392a8d9e7e8cc70b3e5c828f953da2e69ed03f5f4363 2 0.00/1.00 vMB 0
100,278 100,278 000000000002f4647c178f69c72987dfaa791604c377ce408a6aa989a4e027c7 2 0.00/1.00 vMB 0
100,277 100,277 0000000000007b6dcda13271151eeed770e833e5c99fd0ef2fea41e9030d4b99 1 0.00/1.00 vMB 0
100,276 100,276 000000000002920cb08da78fa0af3dda8c9f12d06a82b1e3c43ab411b68eb49e 1 0.00/1.00 vMB 0
100,275 100,275 000000000003de9acdff2ddfa85c1f2f19bb879a76834a79a691cd3db16ad298 1 0.00/1.00 vMB 0
100,274 100,274 0000000000041216a8f37b7f2c422df0b57dd8d5316f4fa6d64dffdeadbcbac1 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.15 GB
    • Received: 8.93 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.