Memory Pool Memory Pool Refreshing

12,629 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (606,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,625 301,625 0000000000000000400540270ee8747d290f3fa7d3a466ec1b9074ab1fc084a0 0.25 MB 816 59
301,624 301,624 0000000000000000622af9e85a4ae29f1ccb2c3e612d50fe2044f92de23ed24f 0.11 MB 265 35
301,623 301,623 00000000000000004e5112d6f85f882bfc8e4abbbfd588980e66db66bf128ed7 0.43 MB 651 27
301,622 301,622 00000000000000004482857e8f7e678d210ce8e6ac9ff96c7132644b24481fc8 0.36 MB 215 12
301,621 301,621 00000000000000003bc38c18d9d930661a6ab336056bb90c9773a63f713d6188 0.35 MB 893 40
301,620 301,620 0000000000000000545d6953acc24c5e4016c2c1a6733939582931c68404c7d7 0.35 MB 627 30
301,619 301,619 0000000000000000781b599a8083a2824a8aa722d46819cc9dd406878e8cd35d 0.11 MB 174 38
301,618 301,618 00000000000000003b8bb1aed6986ccd861435275c17c56e2dba7fa097829472 0.04 MB 57 18
301,617 301,617 00000000000000005dcd45aa08400d737c542fbb67c9ab15dd529b104cea295f 0.04 MB 106 28
301,616 301,616 00000000000000004ee786044e981528251630246fb09f932b298104a1a539f6 0.04 MB 32 7
301,615 301,615 00000000000000003a956056498c28307d7ec42b8f36b1e062a13d72e5ea219d 0.15 MB 247 26
301,614 301,614 00000000000000003bb06973f9cc0dc883901b046c8b01bd2dff5e2fda9f7703 0.09 MB 147 42
301,613 301,613 000000000000000045b0381c161b45e08d64f2d23392a592c03d3d95610a1915 0.17 MB 252 25
301,612 301,612 00000000000000000313666b9dc1a64ca7617efb761e424517d1c987096c58ca 0.13 MB 256 33
301,611 301,611 000000000000000018385b172950fc7f376fb8c51483e612470f919f96b60305 0.54 MB 1,056 35
301,610 301,610 0000000000000000579ed1f75b5320594e9545bd6ce5086128e275847cc1f99f 0.42 MB 451 21
301,609 301,609 00000000000000003e8140c6123b7647f2435a0676a403e408aec3da4d209d59 0.35 MB 963 42
301,608 301,608 0000000000000000277af0ecc011ac21c30b5c3411cd9abeb7333d2876827b35 0.23 MB 441 29
301,607 301,607 00000000000000003ebe68c7855e1fa4ec378dca75baac08b52329dca7223532 0.05 MB 36 9
301,606 301,606 00000000000000004d482bd7d706ddfded65a843a6c4969975274e521f31edab 0.06 MB 130 30
301,605 301,605 0000000000000000008814140d96432f7d55b4883a2ee35ff74e28a2fa6ae633 0.48 MB 609 22
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.