Loading Tool

Explorer IconExplorer

Memory Pool

23,421 transactions
4.42 vMB
0.02342370 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.05/200 MB

Candidate Block

Mining Attempt 1dae738f1540e7d8198fc3402f9868c4636c79bde6497200646c93116baebbb3
Version 20000000
Previous Block 00000000000000000001c794ab67c6265b67870ca521819117be26a86ef54163
Merkle Root be630af8a183c3a6023dfcdcbc23ced3bcdbbede8c40eb8565a2b1861f15c75a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,096
Size: 0.37 vMB
Total Fees: 0.01283580 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,809 (547,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,421 365,421 00000000000000000da71415f3ab0e0326f007be604578ff262d491872fa62fd 0.30 MB 610 40
365,420 365,420 00000000000000000f6647e5e25412794a9669dd0948e9061bdf48eaffd4a25f 0.01 MB 25 160
365,419 365,419 000000000000000005ddce23970f1af4bfce5b36d640a14875343abf6e8f6b7f 1.00 MB 410 8
365,418 365,418 00000000000000001229d3f5f7d75dbbd51755ce951d974ca255d48556691254 0.09 MB 187 25
365,417 365,417 00000000000000000afe1202367b7dbaa3cac2f265fcdf1207a7884bf7e5030b 0.36 MB 652 40
365,416 365,416 00000000000000001177ecce9cacd846c2637ee172e7af69e7319418810ff5a3 1.00 MB 1,332 31
365,415 365,415 00000000000000000b5eebd646375cc7f5bddddba5f5558c26fa93123e122974 0.93 MB 496 10
365,414 365,414 00000000000000000803b9ef34926c1fc183a2e0eb21e459563ce5c0042c54c3 1.00 MB 983 21
365,413 365,413 000000000000000006ec04612aeeea5230d9268cac6a64395177639c9f672524 0.75 MB 243 6
365,412 365,412 0000000000000000105872d71302b8d5a65ea2d037093651c0447e6984e285f6 0.93 MB 330 6
365,411 365,411 000000000000000012505d6631320a5bb21754359147c508aaf6f15f6e5b78ad 0.95 MB 900 19
365,410 365,410 00000000000000000205a5351d6fdc382f78afebfa6507c35f82691f33528fb6 0.31 MB 558 41
365,409 365,409 0000000000000000068a1b43ccc6b70522a4db0da7029c1fe64f6186ff474d28 0.21 MB 372 40
365,408 365,408 0000000000000000148b4da658f5dffbddfdb83c06236b49fa9c2ec4acbfc85f 1.00 MB 1,181 28
365,407 365,407 000000000000000001f5b024275e03684cad53114a79d6d2ab74eb66470f10c9 1.00 MB 597 11
365,406 365,406 00000000000000000a5ff449894127e4aa6e9bcf9db41dc7e53b30228cc3e078 1.00 MB 299 4
365,405 365,405 00000000000000000b0b53d7c46a90f81dc53a6a1025e9882a36d644d83a79f1 1.00 MB 762 15
365,404 365,404 0000000000000000025bcae3c5959a63f9a12bb4a7600563f00e157d37acdf7c 0.05 MB 99 34
365,403 365,403 00000000000000000669e15cceaf4ced90943196f88204bcd263608bc4330132 0.75 MB 1,489 43
365,402 365,402 000000000000000002dc9c702f4b26878c0e4c5d6f96c2f0250372a2b97662bb 0.42 MB 779 43
365,401 365,401 00000000000000000edbcddba0a5f06580bae32f35ac964b29e9c92bccfc2499 0.93 MB 707 15
Previous 10 blocks ↓
Total Size: 778.50 GB

Node Details:

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