Loading Tool

Explorer IconExplorer

Memory Pool

27,924 transactions
5.62 vMB
0.06295595 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.36/200 MB

Candidate Block

Mining Attempt cbe669a53cd48048c96e6f71562c5a40719436eab74fe70407549caf823b8c03
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root d4a6f433461ae44dbb562f6b6244bff82079445c1e57cac335071472aa1cf634
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,925
Size: 1.00 vMB
Total Fees: 0.04700381 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (644,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,424 268,424 0000000000000000d4897364c6e74e8785fb0caf934cba830e6a6604fd428cae 0.25 MB 478 27
268,423 268,423 000000000000000041dfeec4aef6788160633024604b777c3d132a5a660601bd 0.25 MB 571 127
268,422 268,422 0000000000000005f6b6d923b84d3f32e07f0e0e2f93da2dbc0fc6ede8b0f750 0.17 MB 352 68
268,421 268,421 00000000000000054eeccf3ac454892457bf4919d78efb275efd2ddd1a920c99 0.25 MB 178 24
268,420 268,420 00000000000000061e8926159d45edd7ba96ed7c163a295a4d30cb4a188808fc 0.90 MB 1,430 82
268,419 268,419 0000000000000005fb8048c7060c79f60a7af47b81ca801e592f6a2cc9595382 0.11 MB 158 38
268,418 268,418 0000000000000004adad91bd9026672366ec1d8d2a01de0a6356a3ea9a9c5d19 0.25 MB 367 39
268,417 268,417 00000000000000021023bb89fb1f094fe13eefe8bf1a74e37cf5a9bea5d302e0 0.25 MB 520 73
268,416 268,416 0000000000000001e3d17a69bfdc1f3a8451ec48652aa7561156f0b22a16fc13 0.15 MB 228 72
268,415 268,415 0000000000000001a13d3266d413ce48ac7c5bf03eb62b2872518dd66b087baf 0.24 MB 96 10
268,414 268,414 0000000000000006893302f9b63917a6afdaf0f22b26c1a3320b63faa007d1be 0.25 MB 417 66
268,413 268,413 0000000000000004165df41fb935c1d20579622b28e84e76579ac66075ba1292 0.50 MB 588 37
268,412 268,412 0000000000000005a5fd3843f48b7b024295e0bde75152d4c983c290045f4358 0.90 MB 2,219 90
268,411 268,411 00000000000000030dd604b12977a161a3064e3a49228e19356d335736402eca 0.23 MB 512 149
268,410 268,410 0000000000000006974fb79a681bd16a081ca0ffa7173fc75f72c994abbe55a9 0.25 MB 687 37
268,409 268,409 000000000000000705ef292b7784ced726a25e4ff5dd975bf2f2ecc906a45400 0.25 MB 577 179
268,408 268,408 0000000000000006f153a441cd34b52ef2479a27b9cc43e7ded5e613481ee5b5 0.25 MB 553 89
268,407 268,407 0000000000000001de348079c8e3ca99a31f6fcf6f9b56d9e2a8712cd697940e 0.31 MB 639 70
268,406 268,406 00000000000000078beb8bff14054ac2394ca28611af4eb20111ade40711baa1 0.04 MB 78 21
268,405 268,405 0000000000000007735da2a87d1897f9c121409798847d2dadae0d1ed66016ca 0.15 MB 298 33
268,404 268,404 00000000000000026856b0d9b8f2fc6f11244ae4bb801acbe301da7f14632392 0.16 MB 326 81
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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