Memory Pool Memory Pool Refreshing

10,269 transactions
4.67 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 (658,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,254 249,254 00000000000000643904aef1fa45a65d5d6d8c9fdb6c62ec12500cb455416520 0.05 MB 133 144
249,253 249,253 00000000000000556f84847b3679e205627c760e774128cd2cbadc26f6d5aa65 0.02 MB 64 73
249,252 249,252 0000000000000028a2105cb202bec9287e54f729f5bd1984c868a9760d256cf6 0.14 MB 317 104
249,251 249,251 000000000000003a2551f8f3fbe1b0ef92c82326c8715a6f4f1b73756b036f64 0.24 MB 556 63
249,250 249,250 00000000000000735f067e3b406e5221bb3e51851f660fedbedecda3380e6c63 0.25 MB 604 150
249,249 249,249 0000000000000059fc3cff18408ac0a87fb69730d6adeb403fedcf8d68cfb451 0.05 MB 84 73
249,248 249,248 000000000000003b0511b42902ac42c8884d1806fc6a823c5e828243e5417a2d 0.19 MB 414 99
249,247 249,247 00000000000000800c0ffc189a85f9fb5d4c5d0625c94a6e16186fd13614a129 0.21 MB 519 128
249,246 249,246 00000000000000638bbe17c45e7224b150cd8b5264eb3fa28a9b773d6d8fc53a 0.25 MB 575 143
249,245 249,245 000000000000001c2b3d5bda2515a4945fc8017d95e150245a54023e435a38b8 0.34 MB 512 46
249,244 249,244 000000000000006046110c57ddcf266b4722ec695dbfd3a2fc9fa459db7740ee 0.25 MB 670 206
249,243 249,243 0000000000000058dc39fda0da5e434bd8c37d901653804b627e9500b39f3943 0.03 MB 31 34
249,242 249,242 00000000000000230efa08402ae1b398c11d34a37a8f646678dba22db82771c7 0.14 MB 316 130
249,241 249,241 000000000000003036cc25f120db31204e6d6cb63d4f4a53c8bd1fb4a20c9b2d 0.05 MB 74 93
249,240 249,240 000000000000003a15e91ab7a8aebf4e74dc8a5582ea677df0c6ce94c838ae77 0.09 MB 174 145
249,239 249,239 000000000000001c14afc0b7b85df053ff40ccdd3883df96037f1be038acf33d 0.17 MB 434 145
249,238 249,238 000000000000002f72779f471af73e51027700a8155eb6dc6d105b197673b042 0.00 MB 3 84
249,237 249,237 0000000000000035367db029343dcb3d12572235ac1a4c66dab748e67e91fd83 0.06 MB 131 113
249,236 249,236 000000000000007fbff120f0d667228d51a8bf3c4eda1136eac07d9205f32953 0.16 MB 402 133
249,235 249,235 0000000000000064d13319553395c4be8e03c6cdc1d2e562360e4face83c1280 0.08 MB 178 131
249,234 249,234 000000000000007dd90881a6d65d2f2e6aad5220da285b766c9412454b95855d 0.02 MB 26 55
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.