Memory Pool Memory Pool Refreshing

2,229 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,159 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (857,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,375 50,375 00000000260d1ba45dd4b200aba626d8e313549df570ebd30a1a60dd80b1ac8e 0.00 MB 1 0
50,374 50,374 000000002158952642a344113bb1745cc70ec11146946a3416d6b81205273739 0.00 MB 2 0
50,373 50,373 000000001b572e4aaf20bb46699c7e387fefa25570ac2cab134537ada715cd9f 0.00 MB 1 0
50,372 50,372 0000000002443011a9c08d201ba70a9db704d3ad6ee5580f0e171922c2ac809d 0.00 MB 1 0
50,371 50,371 0000000014930769d8e3bac56b79646ed91a5afbf7834bf694f0f99595c19a86 0.00 MB 1 0
50,370 50,370 000000000f360307154eeb8e0aa6b78e3b774e4a86fdb00a3a959ce8ba76a6bf 0.00 MB 1 0
50,369 50,369 000000001b10ecbcdf7bebdd342abdfe22fb5220258c3a1eccff649fa36b8da0 0.00 MB 1 0
50,368 50,368 00000000230e235c108ec97f8051b9128719f0b1ddd268b3e35435b793dee1b3 0.00 MB 2 0
50,367 50,367 00000000196cf7b5126fafac1a33d80125d2d84ed1ab5364ed6a73efa5a91046 0.00 MB 1 0
50,366 50,366 00000000166b06b13dee9c0d6642c182043e8d13ad03bcec9f68744f81b40853 0.00 MB 2 0
50,365 50,365 0000000023cedd29615bff70054b548b0b593a23a90b29c3932eb939b1e2f87c 0.00 MB 2 0
50,364 50,364 00000000282d73b20197fe982c829371c97b457722e1a810e2aa440a37c2e852 0.00 MB 1 0
50,363 50,363 0000000023378050ff4fbaed016546fc9d34915bb6b4859d832e88be5e03fb51 0.00 MB 1 0
50,362 50,362 000000001f3512324864388a7dc9d916943c501c1608767e3f7104088c31bd5e 0.00 MB 1 0
50,361 50,361 000000000eeff5934fc6f96382e27ec3aee8c633ea28b893b6012af77a57e73b 0.00 MB 1 0
50,360 50,360 0000000001c682c285303ca339e55328b66e2b19ea59d5c0e39cf9646fda6c00 0.00 MB 1 0
50,359 50,359 000000001b0a5d203a18039c0ab9fa0836d61d5d42b924b2f739bdff6878d3c0 0.00 MB 3 0
50,358 50,358 000000002934807c22a9c7d0fc04d669b87b2144d56a2981a0e31209d5e02ff3 0.00 MB 1 0
50,357 50,357 000000000bf82da2bc7742f40c743eef72671ce9cea5172cf497ee3f6e11ded4 0.00 MB 1 0
50,356 50,356 0000000001b45ddcf09384bebd35a0b181275fa6652cf6bb31605e696c5d207c 0.00 MB 1 0
50,355 50,355 00000000072e92c97ab7479c564634f10550a47f8007e5eb2fa0dc0a6a9e3d6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.28 GB sent, 94.88 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.