Loading Tool

Explorer IconExplorer

Memory Pool

17,996 transactions
4.24 vMB
0.01852501 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.25/200 MB

Candidate Block

Mining Attempt cf18c444105965ac9e3c1a92e6457389905d1d9c256a834dc0f78cc5b3259a01
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root 3407a03552d491655b34b17c8ea7ba21f060410cf9618be1b92d894803ada5d2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 0.45 vMB
Total Fees: 0.00898404 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (547,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,435 365,435 00000000000000000e9557f7d91ec584e2b13bccd3e42195e60cfb6a8ebc89e7 0.34 MB 579 39
365,434 365,434 000000000000000007a42d120ae72c02d877a99bb29ce1849afc8a74c8a04b54 0.93 MB 743 17
365,433 365,433 000000000000000010f45a4228b496f3d686dd55f9d91cccc8d6ba864ac05211 0.75 MB 341 9
365,432 365,432 0000000000000000104411ee1e914b3eddcc7c5bdeeafde2cda243b61640a028 0.29 MB 560 43
365,431 365,431 000000000000000013f8db83385e2dd23d197724315464888c9531e791099c80 1.00 MB 336 5
365,430 365,430 000000000000000010fb2d456bdd85e05dc50f98149244f7c81b387d46687cb9 0.75 MB 492 13
365,429 365,429 000000000000000004a7b2fce90b9c2115d813cf8520e10af45ffe5e8d907901 0.95 MB 1,172 31
365,428 365,428 00000000000000001210de27214e139a27c1ee8e68179b016a00d82d4fc7b5ac 0.93 MB 1,341 31
365,427 365,427 0000000000000000118a81e18eb154ace770e48f8c115538c10dc3910a1fc1fa 0.53 MB 1,066 43
365,426 365,426 00000000000000000a95bd407c3714d4fe3a95feada5a14c448290b71d72ec4a 1.00 MB 721 14
365,425 365,425 0000000000000000013a3244b073048655d067758dc17bed693f3a97ed87ce68 0.93 MB 1,795 43
365,424 365,424 0000000000000000138d1b8c92b13e606a8ccd99155fbc7f1101cfd8439aeb2c 1.00 MB 550 11
365,423 365,423 00000000000000001447608b060343f018c4b934099eeae4aef46bc2fc16c8f7 1.00 MB 802 17
365,422 365,422 000000000000000001685b023df2d9eaaecd0738b150ef1176145af8941292cb 0.95 MB 593 12
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
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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