Memory Pool Memory Pool Refreshing

10,248 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (628,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,263 279,263 000000000000000040d7bebd0f79e1707d54c3970d9952a6231ef79a45811a88 0.25 MB 678 60
279,262 279,262 000000000000000098604009bcfe29c0960bb4a22819a6ca91c24913530d0b9f 0.10 MB 198 47
279,261 279,261 000000000000000004aac0994b88098da28d334c571739347abe9209df027655 0.26 MB 523 39
279,260 279,260 000000000000000130e2511334192fde76160a7c3cd7b8e778998d3ccff66023 0.12 MB 121 18
279,259 279,259 0000000000000002c499d9572c0b124f4c9fe153887c3c34ee399ffe707e863d 0.03 MB 73 40
279,258 279,258 0000000000000002aae2e4fa6a97b97441d8776fe01cc9cbdb2f345a835f53c9 0.25 MB 358 36
279,257 279,257 0000000000000000f87abc801825f67d9d667661f5be72f4fc68643992f58495 0.25 MB 372 27
279,256 279,256 0000000000000000a3fc0a90f6ca1fa5823b0ba6c17a390028783362a3bf0948 0.03 MB 75 101
279,255 279,255 0000000000000001ad9deefadd7d86146a19fb07afa0ae9568f25c6982070019 0.04 MB 43 15
279,254 279,254 000000000000000208ab5bfeeef047cdeedb19ff7f3571084bd9c0875aa59f4e 0.06 MB 29 10
279,253 279,253 000000000000000259f823c6464321ea0e9e2a17581992cef3aefed894c5df23 0.06 MB 88 24
279,252 279,252 00000000000000000a33e190b9a1c62c0a4571adf022fa2f64f6a519717987e2 0.05 MB 17 1
279,251 279,251 000000000000000087dbf8f130f0135cb8d86ddc251f4038057068c8142722fb 0.06 MB 21 5
279,250 279,250 0000000000000000a02e41613ce16fc385a38dc606e1032a553075b8e43f9032 0.15 MB 108 22
279,249 279,249 00000000000000006db342c455df63c7a6341083895916b1e183f7ed49e8db3f 0.23 MB 440 38
279,248 279,248 00000000000000005f059c285e28991aea7b980143c8cceca31308930a8b0578 0.20 MB 359 36
279,247 279,247 0000000000000002f62f71edebe2a7e2074d6c8251d0635229dfa1e2c85c5e68 0.15 MB 213 21
279,246 279,246 0000000000000000bc45cfcf22032483ed410d9e747297c5aee9f580e34664e8 0.03 MB 106 160
279,245 279,245 0000000000000000c76003efa8177d303c4f5938913f95812d6acce4106f4548 0.08 MB 128 24
279,244 279,244 0000000000000001c6ffe8ba541af2391ad469795b65aeba11882ea1237fe3b7 0.13 MB 291 45
279,243 279,243 00000000000000006be93ddfd6ab9fc831a986ed9720b56d52c72c430eb80b87 0.10 MB 58 20
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.