Memory Pool Memory Pool Refreshing

4,156 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (662,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,335 245,335 000000000000004b5e600fd65421d175690f2988bed34dcb9879cb51b796343d 0.16 MB 342 107
245,334 245,334 0000000000000006e06e35d178452f4f4b28a2ab0081ea12aa3d7a576739d0c2 0.11 MB 187 59
245,333 245,333 00000000000000abdd2637c94a2e5286c51d81ec4af5004c228e2f1b411c5a61 0.25 MB 659 169
245,332 245,332 000000000000005c5049b7cd520497ba8d0272ce13858545ae7f32da8fc287ba 0.18 MB 399 140
245,331 245,331 000000000000006c987fc3f44c8770c1af274ac4ef2fc05fa0c2ae71a2dd50ff 0.09 MB 128 60
245,330 245,330 000000000000006b94b4e229428d93a8a42a406706cc7137934e6da9cadba11b 0.02 MB 31 48
245,329 245,329 00000000000000777a98802eb1a089558e1e905c2cbfc54ea88a67b4a4a6e2a0 0.09 MB 202 108
245,328 245,328 0000000000000044bc13f201fece1d2e4664a24370689142db1214d46188f5fc 0.00 MB 1 0
245,327 245,327 000000000000001e41c3514f24947e0b054e2a711f515cb6a4b215b3a9f14110 0.12 MB 314 140
245,326 245,326 0000000000000077aa5de61df7c2fbc092bc28b1facda6656c4a5b48c216d7e2 0.05 MB 109 107
245,325 245,325 000000000000006dc0f43e03aa1d95e9b5aab4fa47f8f26ff7ee98da64f1a814 0.12 MB 296 141
245,324 245,324 000000000000003284a60987506972bc186d1bea484713cd7324e39d5a45e4e8 0.02 MB 48 159
245,323 245,323 00000000000000a9feea50fbb6ca420b38e3c507c1c88cdf67556a52c0fdec2e 0.01 MB 33 116
245,322 245,322 0000000000000002fc427e84688781d788b327e7803a5a22a3588bc301871e67 0.09 MB 211 138
245,321 245,321 000000000000006c9053c9ec3cc441271635adcb4d88128956fe7d11156e0eec 0.01 MB 18 109
245,320 245,320 00000000000000019d82f0380b3a3614636890ce05490aceaec49ecafbf7c0c2 0.02 MB 37 105
245,319 245,319 000000000000007abddefee7abaa4170f59260d8257a41ebacdb32a8513a64b1 0.08 MB 201 154
245,318 245,318 000000000000004390ba46bf9be3e37a9313eff8040e7688713914d7636f588c 0.01 MB 15 113
245,317 245,317 00000000000000649b55c11b3cfc4301721f13baacfa58f04f3ce5eb050da67d 0.01 MB 27 106
245,316 245,316 00000000000000b2861b46fd8879c6ad2538ed9b4114f65c2ea99d79cec86c09 0.02 MB 21 32
245,315 245,315 00000000000000ba13d21a123ba064318ae5d0d6ba926eba7b2fc07fe7b2391a 0.04 MB 80 114
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.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.