Loading Tool

Explorer IconExplorer

Memory Pool

22,248 transactions
4.80 vMB
0.04254172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.12/200 MB

Candidate Block

Mining Attempt ff01cda4f8dda9e790fb722ffecedac33f4189cc869e58dcf7bc5c2982d18091
Version 20000000
Previous Block 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84
Merkle Root a9580e3ac66c07baa144795dd62fdf63491fb7e088a51626fc66da4e5d5e3e11
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 882
Size: 0.32 vMB
Total Fees: 0.03070243 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,983 (743,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,249 169,249 0000000000000a7f98c553d8d3e1cfcd155f9fa421229a5597e870ea1c727fe0 0.03 MB 43 60
169,248 169,248 0000000000000896cda7e4d8ae4342642317ce38e34abd00120d27b962583b4a 0.03 MB 64 27
169,247 169,247 000000000000067bd52d45a0e080adf2d674e21442f0e54a038f57212ecdefe2 0.05 MB 147 13
169,246 169,246 0000000000000a45f7c1b831e8a5a263161f7e60862fdaa47da57d8ba41b10a2 0.01 MB 11 19
169,245 169,245 0000000000000242826a3f8be8a762461efda0c71cc62ae80401606d003c9eb8 0.02 MB 35 292
169,244 169,244 0000000000000252ff0ffd73f6d9ed99919dc4c2f401a6c8e5cc0e06a9656710 0.01 MB 24 172
169,243 169,243 000000000000023cc259cf97d43ad31c7b8eb99c956224b5dcccaf171c9178bd 0.00 MB 11 34
169,242 169,242 00000000000005cfeb41bc5afb758aa64382ace383d2fe0774ed1425ae32f64d 0.02 MB 9 132
169,241 169,241 000000000000084600b58c4174b5b12e22176f56b6e43c1bae91af5fde124da5 0.00 MB 10 0
169,240 169,240 000000000000096adb0cd737494fc2c47ccef34ddcebc803fda1fbfc2b79e209 0.02 MB 43 147
169,239 169,239 0000000000000330d7465b38956cc8239517a23b0638209a37086458fc1623b6 0.00 MB 11 130
169,238 169,238 0000000000000288bad86a6598666afb3d6dbfa0ce9e2a24df7020b738e87cd7 0.07 MB 21 956
169,237 169,237 00000000000004fedd6a12a838233cb074e5007886cf49dedcd12d57d7043af6 0.01 MB 22 175
169,236 169,236 00000000000001b9a2d7e92001c37ba5b6f141695746e5aba1a3cbd9c39120c9 0.05 MB 11 953
169,235 169,235 0000000000000b2470a1195d59c025ff8ef48ebd8bce67899d2fd4c234536335 0.01 MB 22 62
169,234 169,234 000000000000065e91555eec8f8e803f707a1b32a276278ab610fbdbd4d09483 0.04 MB 38 1,440
169,233 169,233 000000000000055488fb563cbae46f667d287fe985d977554e19ddcac7028d74 0.00 MB 5 6,926
169,232 169,232 00000000000007525b08da4edf5ee939f127c41e79ddcfb79343c3d62c460833 0.00 MB 14 277
169,231 169,231 00000000000007f388e96ade6946fe0b2ed7c69ae0717d6d340dc29f6d2e67e2 0.01 MB 18 56
169,230 169,230 00000000000009ae39763e5451f03d675c4cc404e00b28e5f971c7627d12e503 0.00 MB 11 11
169,229 169,229 0000000000000c0c72e839dd82d1c19a8b9d30e5a2f364cd0f97af69fc2819fe 0.02 MB 36 92
Previous 10 blocks ↓
Total Size: 778.81 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: 361.81 GB
    • Received: 3.26 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.