Memory Pool Memory Pool Refreshing

1,859 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (23,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,261 884,261 00000000000000000001b327f8e2b500e712a283ca4fe0122c0fc11ff74fa94d 2.10 MB 323 1
884,260 884,260 00000000000000000001393b9edda8507f4ffe590a33529a4a6fbe8ccdb626e7 2.00 MB 695 2
884,259 884,259 0000000000000000000012b75f4d84aae791a6215037637d0907a1bdcfa07b8b 2.13 MB 1,721 1
884,258 884,258 00000000000000000000d17521477e95cef8b610e8effa7d05303cf3b0de4e04 2.17 MB 1,703 1
884,257 884,257 00000000000000000000686d95de969079dabd2afa518b8441e6f8b85d787654 2.16 MB 1,151 1
884,256 884,256 000000000000000000016c9679be8f6544566700a57e14c8693abb40ece32d84 1.89 MB 2,403 3
884,255 884,255 000000000000000000006f9c58cd1461ba2836911636fa654da4e51dfcace1ba 1.83 MB 1,909 2
884,254 884,254 00000000000000000000239fba8c2adaaa7246f8940d40aaee3252fa59756160 2.07 MB 681 1
884,253 884,253 0000000000000000000023933300d20087c27d3bf8f97aefa64f91483df0bd64 1.62 MB 2,903 3
884,252 884,252 00000000000000000001d1425a21be59db30ec9c2e7bfa2e77357db71c912553 1.63 MB 2,816 7
884,251 884,251 0000000000000000000225e6847c7931e1546ae4bc629b08c7a8a37af48feaa4 1.95 MB 1,953 2
884,250 884,250 000000000000000000005af3e50be329aff288e81a93e941aceca04670f8f1cf 1.89 MB 1,518 2
884,249 884,249 000000000000000000023b291297b9eba140ceffafbee7586dd72208fcb7fc1c 2.03 MB 803 3
884,248 884,248 000000000000000000008b009efa08ca96b8745e086b97cb74a91b13ce5e5b82 2.06 MB 1,732 1
884,247 884,247 00000000000000000002278a64a368f6c8a83930bfa112dd62e7380ec43ed1e9 1.70 MB 1,503 1
884,246 884,246 00000000000000000001bcdd82e868ffcbeb3c51a3de252dd1ed20f4bc37b8a1 2.10 MB 538 1
884,245 884,245 0000000000000000000199ab9ec44d7d467e98e7b22790813747e28af5f455ef 1.71 MB 2,912 10
884,244 884,244 00000000000000000001f0b71ed7da55864093fa07c52a1d32bbfd6dcbe02437 2.06 MB 2,263 9
884,243 884,243 00000000000000000001007d389890b39d00a3c3a83670ff0d7956957a404eae 1.63 MB 2,644 9
884,242 884,242 0000000000000000000057c2c3c87f322b4ec5e94d98341945f20a10a4066046 1.80 MB 1,537 2
884,241 884,241 00000000000000000001ed772d8a80a844ed62d4f0373eb0b4df8d693c80b518 1.54 MB 2,745 13
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.