Loading Tool

Explorer IconExplorer

Memory Pool

40,533 transactions
27.18 vMB
0.08052882 BTC
Random Selection Loading Transactions
Max Size: 140.85/200 MB

Candidate Block

Mining Attempt 68c7e9818cbd01f2c314bb20abfef5c9b5f7a0737dc1c8400b77c7786e43d460
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root a6b97a209a6abd032c7862f58cc7007c9f830b15769a4ac1a8afc936ac37f694
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.02530347 BTC
Feerates: 201.37 > 2.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (339,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,219 575,219 00000000000000000011f498bfe48ecb01c2ee2ef2c8d97c1edc325d14d7e04e 2,367 1.00/1.00 vMB 17
575,218 575,218 00000000000000000028087fe00e9789b55ed55dab19dd992b649f2c29f1e358 2,418 1.00/1.00 vMB 75
575,217 575,217 000000000000000000141b5b32bce00a6e23a555d8beddd18a728da21d9ad2c3 2,422 1.00/1.00 vMB 53
575,216 575,216 000000000000000000200625975f16281e6fec8e1c362ab278f88cb89aed5d86 2,149 1.00/1.00 vMB 74
575,215 575,215 0000000000000000001e106c739b23ff5d4d4c61051d88a0edcb94bc3328ec52 2,532 1.00/1.00 vMB 80
575,214 575,214 00000000000000000004583f57cb4ac2e80df6fb8ace72d43f36f39a79af4bde 2,283 1.00/1.00 vMB 48
575,213 575,213 0000000000000000000df2b99fc67871baf5a52ef1140a24c7700cfc7de9c9b2 1,401 1.00/1.00 vMB 13
575,212 575,212 00000000000000000002af52f88f846b34311112401bc839740bc4edc867b1f1 2,294 1.00/1.00 vMB 18
575,211 575,211 000000000000000000181953e49b466347ca46a51196267926db05a0d1e3259d 2,167 1.00/1.00 vMB 28
575,210 575,210 0000000000000000001aae8355b0631d899763e69505775204f1cb8e51f4bbdf 1,518 1.00/1.00 vMB 62
575,209 575,209 0000000000000000000507e91220b92278fdefb62f27c44fa966b006549c949e 1,397 1.00/1.00 vMB 58
575,208 575,208 000000000000000000135954219b4e6931ec9de541d44408a518b6a86458b3a8 3,008 1.00/1.00 vMB 105
575,207 575,207 00000000000000000021027539ea6dccf8deb1ab8047f89bd0ce8431c63a60e3 2,282 1.00/1.00 vMB 70
575,206 575,206 000000000000000000242ee6a7846c3b2adacbd33fa732e3caffaa174c99eb10 1,894 1.00/1.00 vMB 44
575,205 575,205 00000000000000000024f01c24c14e7ada9f53345cf47f2c37da7043b8d5835f 2,764 1.00/1.00 vMB 79
575,204 575,204 0000000000000000000568ee39317178eba8c877ebe2e3bf580be70e3f496c8c 1,533 1.00/1.00 vMB 15
575,203 575,203 000000000000000000260968377d4de9eea5200dde3a55686ed942b3e3d6654b 1,071 1.00/1.00 vMB 19
575,202 575,202 0000000000000000000e02770fa0aa4dedb3cc0fb095a3d368ce2298064a1351 2,609 1.00/1.00 vMB 25
575,201 575,201 00000000000000000023a38df5d94999220a8140bb3f0daa2626dabd0ac65238 2,585 1.00/1.00 vMB 57
575,200 575,200 0000000000000000001732a123dfa3f9398a4a781c52d2722995c2a1ef28f2b1 601 1.00/1.00 vMB 60
575,199 575,199 00000000000000000013bdbd03e9bfb4681ec28b85713b491ced5f952c09b9f3 1,736 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.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: 636.65 GB
    • Received: 12.38 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.