Memory Pool Memory Pool Refreshing

10,705 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,079 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (646,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,427 261,427 0000000000000016965eb4be6c8a6604103c6e6911b08e44e301ea2e2d4592be 0.04 MB 113 112
261,426 261,426 0000000000000014a61a6a9f6811d1e830d858c17b07142e525384501f936a1f 0.01 MB 6 19
261,425 261,425 000000000000000a275d08b8e8152a020b55dfa4f8188c203e373b3398444c1f 0.14 MB 362 124
261,424 261,424 0000000000000010868d7c840a9f7e77cde9b449ac8fafd4844fccbf56a319e7 0.04 MB 75 80
261,423 261,423 00000000000000041ec385e06186df7ac22ead31cd1f50412f9e2d80a8722f5e 0.02 MB 57 75
261,422 261,422 0000000000000007ce3962928e34e7936bb0be4d6c7e7c8e64c7bc2539481d90 0.03 MB 77 109
261,421 261,421 0000000000000010d59aae207b2b53420fb67947113603de55cc47ef16084eef 0.09 MB 209 149
261,420 261,420 000000000000001224089a058f45a1a4c5f2d0e2fafac6aca5d0d88b2701afa2 0.24 MB 504 113
261,419 261,419 00000000000000078104ba5b2b46a4dee6379a94608668ba62a604c413d1fe4e 0.12 MB 279 106
261,418 261,418 0000000000000005076ad7fb6cf6d500d894e04a08111b908f79ab8aa4628052 0.17 MB 342 79
261,417 261,417 000000000000001226c5b2fe30bd7097cbc82b809d21d646939554fe86f54455 0.25 MB 663 179
261,416 261,416 000000000000000c42b79ce41fec3f36ce7c525e454d4f1c0d5c890443ac13ad 0.22 MB 431 100
261,415 261,415 000000000000001157f6e2317528968f86121850db6f98108d2d695f1231b81a 0.08 MB 155 113
261,414 261,414 000000000000000f979bb79eb0f6df9da98dcffc8cfbf6a6b96732d154d8bd5e 0.02 MB 74 106
261,413 261,413 0000000000000001d09d07e91d88b82dcaf783f7bd4a613590b0d2381c393268 0.13 MB 71 9
261,412 261,412 00000000000000041faf2eba2a688bfd7a6995aeef78fe113da7918a1cb127b2 0.14 MB 237 99
261,411 261,411 0000000000000005de411dff89c494c8036542941658ee34ee6a4629865a32f6 0.15 MB 212 55
261,410 261,410 00000000000000024d904e1d893995887d9fab58f8e47c5fd2aae888478b46f7 0.03 MB 71 88
261,409 261,409 000000000000000957cceb9f2279fe4a621fabdac509757256fbf347ca16dffb 0.11 MB 226 105
261,408 261,408 000000000000001c803840b1a8dae563bb29d4cbcbb3ab3b5feb3f48a77d073a 0.03 MB 63 86
261,407 261,407 0000000000000009cbee5dbd7360a63907800b5ce170d3c1db696886e4449b39 0.05 MB 140 109
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.