Memory Pool Memory Pool Refreshing

8,013 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (578,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,335 329,335 00000000000000000930cb270fbef7af725ee281baa9561729311dacf54e44dd 0.02 MB 64 42
329,334 329,334 000000000000000014dbbb44c5b9dbdd5eb7edb2760d2c2e2ca2522c151eff48 0.10 MB 141 4
329,333 329,333 000000000000000017cc4ff2840a000a00c24374e8e73397c95bd5f93afa5737 0.66 MB 1,211 29
329,332 329,332 00000000000000000686c9eb4c65fbc4261aa1327c5143a971a1ac7efc6aa9ac 0.22 MB 385 26
329,331 329,331 00000000000000000d87b31a3e390f3c9b82a6e739a69f4402dfc1da3c14115f 0.68 MB 1,197 28
329,330 329,330 0000000000000000040209d83f1e2c59751dc9f49ab0c4e241f3c93a3b4bccfe 0.14 MB 332 27
329,329 329,329 0000000000000000018b80f08bec772fbe2cc7dab9191934982c764ed2f8282d 0.88 MB 1,321 25
329,328 329,328 000000000000000000b81131a47a74df667b926ce8c64074c5cef3010b3b94af 0.33 MB 428 21
329,327 329,327 0000000000000000198eb0d585f0d3ffbdc47b279d5ff9bb0898742cdb99d506 0.15 MB 256 22
329,326 329,326 0000000000000000114b8605a6660f1db77d2c848a8cbc86cb048c9a86e158b7 1.00 MB 1,995 31
329,325 329,325 000000000000000006f56fb10ca411c6930b26b29998a2160e2ae645effba722 0.05 MB 67 20
329,324 329,324 00000000000000000f0cf1051762eda107d3eebebd3387d7d3d5ab410b2412ee 0.18 MB 279 23
329,323 329,323 000000000000000012bbf4eed63917b8a1e37273c8d47dbc3d8093ffe4b629da 0.30 MB 446 23
329,322 329,322 00000000000000000fe420d889dd34b828a1ae5a800c583b195b69b2533ee6d5 0.10 MB 133 15
329,321 329,321 000000000000000013bd287e6a65361f574551199252bc548f341353d414e965 0.26 MB 386 24
329,320 329,320 000000000000000004f914a7d6289e9ea81cab1c80a527e62d9efdb11294ac6f 0.04 MB 90 28
329,319 329,319 00000000000000000e6dc550f21d0a32e9dab7f62a0369d3f3ed3f861d06efb8 0.18 MB 368 30
329,318 329,318 00000000000000000aac81bb50fd4b510233af408e738cf336b10d83a628212e 0.21 MB 373 25
329,317 329,317 000000000000000002bce453afafb980a09ddd2be2b3719769032f0b01f52626 0.64 MB 1,093 25
329,316 329,316 00000000000000001800abe9511aef5ebd4993975dadb99d0e63d6d7f543aec9 0.27 MB 498 26
329,315 329,315 0000000000000000018dab140927ee54c74b470e7ef982f71604c9fd8e4939c6 0.10 MB 266 8
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.