Memory Pool Memory Pool Refreshing

14,826 transactions
12.77 vMB
Show Random Selection Loading Transactions
Max Size: 68/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
887,028 000000000000000000028bb10000000000000000000000000000000000000000 ago 1.00 vMB 3,788 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,027 (2,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
884,240 884,240 000000000000000000007f19e83173924bdf601f5097cc0d69d715d9c3c7f23b 1.39 MB 2,361 6
884,239 884,239 0000000000000000000057cdff1dbdba85ae903c53c11932ec75f856d29afa0f 1.76 MB 2,617 2
884,238 884,238 00000000000000000000eed5badf8253c725d156e7a3116993834ca6f433225d 1.79 MB 3,545 4
884,237 884,237 000000000000000000021cc58cd89c09bfb3eadd8740f547d9dfec0004adccf5 1.56 MB 1,427 3
884,236 884,236 00000000000000000000b77a0afc2e903d6d76845917d20d42dfddf9a8e0b73d 1.36 MB 1,348 3
884,235 884,235 000000000000000000026b9491c105288800aa3edaae6dcd1ac6eb54fc919697 1.41 MB 314 2
884,234 884,234 0000000000000000000213be0c94371f9d5473cd28b590374697eccd9a732886 1.82 MB 2,595 2
884,233 884,233 0000000000000000000058024db6a5c222bdf883dee668fbb0809de637cf9c5c 1.64 MB 3,691 8
884,232 884,232 000000000000000000022d86ff26453d71771022900645b480630ab3de660491 1.77 MB 2,885 6
884,231 884,231 0000000000000000000010e04a89f6363f75d0ce592d80824ea92d2cf67cf412 1.62 MB 3,076 4
884,230 884,230 0000000000000000000028f749b7b00840f16f9179d4398b57560a4938aa6159 1.97 MB 2,173 4
Previous 10 blocks ↓
Total Size: 732.42 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: 2,802.22 GB sent, 123.14 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.