Memory Pool Memory Pool Refreshing

7,031 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (742,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,471 165,471 000000000000048df16e8911de2a05d8143189147d45703f94f43948acc49e61 0.01 MB 27 280
165,470 165,470 0000000000000bb4f99c26a87ac9702994ff73316130107c93a2053fab447600 0.01 MB 22 46
165,469 165,469 0000000000000691d73e6644232c7d17d6c357f32aa85e05a09bd2e08777c4f5 0.03 MB 57 116
165,468 165,468 0000000000000b5b6f14ccf6d16966492839bf6ed10b82cd9ceb1893e3958538 0.01 MB 40 0
165,467 165,467 0000000000000a65c0ba1bfffa2349ea0580c6e3412051e0c11a25fccfa3ddcb 0.01 MB 26 351
165,466 165,466 00000000000006a98c8b044dd24af2a1a86e9568f6081627dda8d74c6a23d4d5 0.00 MB 13 45
165,465 165,465 0000000000000c16d946ef01ce5a9eba99e868d937ddff9ade3b3234320d39d6 0.04 MB 98 118
165,464 165,464 00000000000007b5986bf8e83d4ae7e09c32a0f4256a158a8a9576811f1ccdd6 0.05 MB 132 33
165,463 165,463 000000000000020851cff692dc3d5046ca0225e82e9878f9cc9d37bbc201f81f 0.03 MB 51 157
165,462 165,462 0000000000000b5d20dc9c704409711c35e70527063d323db22a1c4919f4aa44 0.02 MB 42 42
165,461 165,461 00000000000006ce0499bca0b252012bd403126e4bca2ea39ab845509731cb01 0.00 MB 8 19
165,460 165,460 00000000000001883b7b2be0c80ba3c6066c09e35defe3fe83c07547159b5d02 0.03 MB 45 132
165,459 165,459 0000000000000a8ec8fa8533675ce4f7fa902d48a57a11279c9f155135a40292 0.01 MB 18 195
165,458 165,458 0000000000000122a746872d6b14e968039f6df9573012aa0472edb6f4706fd6 0.01 MB 15 147
165,457 165,457 0000000000000479a51ca17385de7e3634fe0228a8093219e3d21a413e30f725 0.00 MB 1 0
165,456 165,456 00000000000003ec783f3a619360ab99c1ab48eeef6e3b42547dbc0a00a77f75 0.02 MB 25 59
165,455 165,455 00000000000008eb78daf2a3cd2c74bf8443c5c8711c0262a762384300334778 0.00 MB 4 33
165,454 165,454 0000000000000128ba1d63790ccc6964c7798233d926106ac849179340f16c4c 0.00 MB 7 49
165,453 165,453 000000000000055cb9b3ce0392cef11446f89f8b3aaf89270f100f98c559dd15 0.01 MB 27 26
165,452 165,452 0000000000000528deee0c0c59433688daec3d9bf96cb7df696f46c2d8963f81 0.03 MB 62 133
165,451 165,451 00000000000006a13f3fda4b0714b21cf91b2c63296274b4666ad09524aff0ee 0.03 MB 110 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.