Loading Tool

Explorer IconExplorer

Memory Pool

27,707 transactions
7.06 vMB
0.04744921 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.16/200 MB

Candidate Block

Mining Attempt 8f571dd26bf4ac929c55ffa0fa3a281dd08fde69692d92fecc4c6d7bb1eff50c
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root b7215cc61620c7dad9a043cb36b676d59fee154950c4d83236d4d4ead4adedcd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,889
Size: 1.00 vMB
Total Fees: 0.02493746 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (720,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,473 192,473 00000000000003e98ba4932e87919aac4bd618f4584e475231fe2834556ff174 0.05 MB 133 28
192,472 192,472 000000000000081fc222a8eb1d05d1f2d623d846402be9f274e283c468ef8bd6 0.00 MB 1 0
192,471 192,471 00000000000005381bc187a53c0a48cb50da6f4d22f8c17bccce048e1841e762 0.09 MB 204 85
192,470 192,470 00000000000006f917b1275ee1b253614dabb284d5954aaa2adb1da56fcff8db 0.19 MB 484 137
192,469 192,469 000000000000044b36e203941914cb845f606e1c17992016d63a7dc1405d1472 0.42 MB 1,292 155
192,468 192,468 00000000000005a7aef3da8bcc7c4aa6f5a58fab9b0c63b9877fd3b4c2ca680e 0.00 MB 10 14
192,467 192,467 0000000000000194c18a0e2c43d343dce0515fbd7a76a06f0131d518d0ba6958 0.26 MB 562 175
192,466 192,466 000000000000063170fe3fe0765af17e44e98dcba0d97c4c01253e80cb642170 0.00 MB 10 3
192,465 192,465 00000000000008030b14b7b7532e2189db2601306c80b0ebcda336a430d02629 0.26 MB 544 138
192,464 192,464 0000000000000806b84e284a055e06de7d1b2de1c21c001331fd72a29c8a0b31 0.06 MB 161 148
192,463 192,463 000000000000032e7d550715895d26a310eaaccd7bd23c4278691ce4377b15c9 0.20 MB 512 259
192,462 192,462 0000000000000355a305af200193cc73cdfd25f748f5887e7e4afa2e7f08a93c 0.00 MB 10 2
192,461 192,461 0000000000000149b5ce5a5ebd01366e0bac3972645f69353ea16f7507470769 0.09 MB 224 137
192,460 192,460 00000000000002479e30025188f0e5e876ed37f1f093cf6a5d6553b653e27d61 0.06 MB 184 9
192,459 192,459 00000000000003f2665054aabc944911817a16fda0e903ddd0dc2fc34daa4f08 0.09 MB 191 158
192,458 192,458 00000000000003b490514de394e3abdcde93df341d6e66c72c385945f053216d 0.14 MB 278 181
192,457 192,457 00000000000006669a252817d74370fcda999f626ab6d24c303edf33d035e8d7 0.14 MB 372 156
192,456 192,456 000000000000057719c30f2d78a1535939756a1ec3316869eecfca813aa038c7 0.04 MB 113 147
192,455 192,455 00000000000003bf2d1e95e39aed8402ab2762f1a29263ff7e10cb64a0a9663e 0.00 MB 9 628
192,454 192,454 0000000000000264cb8000941d27baabc7eb5dae2d2d70edbd5b95b2e3abf269 0.23 MB 512 80
192,453 192,453 0000000000000464eba56dafeb69f9aff81618a6f98fc3f9cf91b34999ae4ece 0.26 MB 479 105
Previous 10 blocks ↓
Total Size: 778.86 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: 393.01 GB
    • Received: 3.53 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.