Loading Tool

Explorer IconExplorer

Memory Pool

26,796 transactions
6.37 vMB
0.06407699 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.10/200 MB

Candidate Block

Mining Attempt 3180931267bde61d436b25f4085320cb494e45573d3c5757c28b6af7682c93d2
Version 20000000
Previous Block 000000000000000000009a435f08d385fd460ae021e67efe7d637d995df467c0
Merkle Root f17599022088fb9a8ae1df1f23d944969a9c464f5e5cae90a5f5f3d28511de33
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,080
Size: 1.00 vMB
Total Fees: 0.04835888 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,230 (796,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,405 116,405 00000000000057af99a2fead02a3b81a2a94099e439e80e2c0d1357a31a566d6 11 0.00 vMB 971
116,404 116,404 000000000000eff01fe3bd6b654a2666c8bf04622d63efc665aa6411161bedfa 6 0.00 vMB 527
116,403 116,403 0000000000009411fb2f40f80475a6cd6bebaab75cada21da9fc3527847cef4b 11 0.00 vMB 366
116,402 116,402 000000000000d6ce2c86347cc1f6792deff59e0815f037e3b6e3b3277abd129f 7 0.00 vMB 648
116,401 116,401 000000000000c096650f7ae5b31fa1ef38b7c45c210ad6e2fee7795599311745 1 0.00 vMB 0
116,400 116,400 0000000000003417beb349dda3fcbd5a96ea5fc9edb3a8695f159dc2b21d5ce3 1 0.00 vMB 0
116,399 116,399 000000000000cccb19206049e781d9a2633100f64db87dc3d7509504e4a5bb33 11 0.00 vMB 860
116,398 116,398 000000000000231b429c85babacf0ac78e255162eb7d22a58ae8cbe47e00cf9b 11 0.01 vMB 1,370
116,397 116,397 0000000000001e9f526d1bc62937f37117b44a3876ee1244c471633ae7ea8e70 12 0.00 vMB 866
116,396 116,396 0000000000001a7a90e312311a354ce1036e0bceb8c0fc9fae2bd53a6df11df5 8 0.01 vMB 177
116,395 116,395 00000000000086bc4edab2de905d1490dd3a44cdefb35d9ce827c5e64e3fb172 24 0.01 vMB 825
116,394 116,394 0000000000002a8ffb141c789858b4557d79eae3d05e7c05422c2f5210ffbeb1 6 0.00 vMB 1,591
116,393 116,393 000000000000c54ea5ae84097a0d8fdf1ae376208d9d996cf84501ed18c0c55a 13 0.00 vMB 0
116,392 116,392 000000000000a37898e3dfc65a8de5be33091d43b6df84f2fe18d28d2b005cd8 12 0.00 vMB 333
116,391 116,391 0000000000000e6cbc20edd788f3e2045015958c8cdf6e48644f03dd25c91a30 9 0.00 vMB 450
116,390 116,390 00000000000079aaea13091b9df3097e0095f88dbd52cc1b457471906d524370 9 0.00 vMB 2,895
116,389 116,389 00000000000034790c907c4e05fff14c23791b58dc55c0f104fd8bc21de48b2c 8 0.00 vMB 351
116,388 116,388 0000000000005ee05593b7ad39201121e2392c306a8f810ce37c97563d152c31 11 0.00 vMB 312
116,387 116,387 00000000000079320d9c8a7500d1fb3a1de6d186979caf7ec3820c7b04b6b9b5 3 0.00 vMB 3,883
116,386 116,386 000000000000603e90f041c1e8cb27dc8e581c6b1daea0fb76e91ac08ce74e6b 13 0.00 vMB 571
116,385 116,385 000000000000e253e0dae3820bc961a3bd0c274383777f9b19165132ab0fa140 22 0.01 vMB 766
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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