Memory Pool Memory Pool Refreshing

12,614 transactions
4.49 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
2 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,229 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (795,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,488 112,488 0000000000003c7d7e98033e255dcc9dee2d85b5b5572dc8b73791fbe2adaeee 0.00 MB 1 0
112,487 112,487 0000000000001c53ca9d5571992bf550537b0b60ce3f363c4c6f858d4b9b9d7b 0.00 MB 12 352
112,486 112,486 000000000000f2dd7d264dc50ece56a51c55c38ebaf6aefbf2507edb325ebec3 0.00 MB 14 1,713
112,485 112,485 0000000000006f899264b890ab76d8b8ae0fb105aca60725a4163d5dacd496ca 0.00 MB 18 1,752
112,484 112,484 000000000000ee6deb25031501dc643af89a21a067c8674e745a5006b10a6231 0.00 MB 11 0
112,483 112,483 00000000000115c895d4eadc5e6e7ec3ce43e1f0742b394aa104c9a6cd9ffd13 0.00 MB 1 0
112,482 112,482 000000000000c6493a5fd9c5d7fbb8e6b0f6b3a05dee28511046504a3d7c7a52 0.00 MB 1 0
112,481 112,481 000000000000fa7a56bcb12e0e0e4fc9d3da06e7ec50fdb014c68ca7c08f9ebd 0.00 MB 9 3,451
112,480 112,480 000000000001216091bcfd1bd6cedd2a45b2b0ae63a9ffce6c6a9b639b41de13 0.00 MB 2 0
112,479 112,479 000000000000240fbd42977e753cb8b019f4087740ccbb67ffcbcb8ce5e546a4 0.00 MB 2 0
112,478 112,478 00000000000061ecf4b2eef45a3015e74d8cc360362fea07fe1ff7073ee983d5 0.00 MB 2 3,875
112,477 112,477 000000000000c5b87c792d5604896a28cfd9568b714d66acb1d6d3499c1aebc6 0.00 MB 11 2,256
112,476 112,476 000000000000afe26b7e61e70f79f8150d7b844b75cfa3fff4a04c4bbf6979a1 0.00 MB 6 584
112,475 112,475 00000000000112fb644c4d3249d5cc46ead2a10964af43c3ae2a0aa51088126c 0.00 MB 2 0
112,474 112,474 000000000000b02310e08e6f8d7db2b183f2e7149168b696b2c8a60b57b19756 0.00 MB 3 3,868
112,473 112,473 0000000000006bd236a48ac5bcb4e000256735d90397171992ec727e9300005c 0.00 MB 7 2,826
112,472 112,472 0000000000008b7277c33adaf740e209b4dd61a57f1cf19ded61e8ff858d4c92 0.00 MB 3 3,875
112,471 112,471 0000000000001e7c9d6973210ed2ca3f6c4d5880250f9d5bb2218138f5b94ca7 0.00 MB 2 3,861
112,470 112,470 000000000000d5bb82885cfd78782d1e0ced6ef4ce851f9fb80edcbe82e2e370 0.00 MB 6 531
112,469 112,469 000000000000988df23a8bada54c021d2186e76bb1285bc6ce1a2ce2545a928e 0.01 MB 22 0
112,468 112,468 000000000000c3401b9dbdff803b655c1f43de96b7e7276fbc474e9198419bdd 0.00 MB 5 1,447
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.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.