Memory Pool Memory Pool Refreshing

5,658 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,627 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (572,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,533 335,533 000000000000000001501b94acf9b61bdef9dff791994a784f2dcba145fbaf17 0.32 MB 525 23
335,532 335,532 000000000000000016c3e356364196b7700502725ee256e4135ee88244d42845 0.32 MB 576 24
335,531 335,531 000000000000000009dc970ba42caaa0b3976a924bded0f61a188dd5226eb6ce 0.04 MB 96 25
335,530 335,530 000000000000000014d17ef54223bfd8c8c2ea844a80a05157df191470e3e484 0.09 MB 176 20
335,529 335,529 0000000000000000125f93abeed15ff9471f2eb1791a16b0f87fe6e19490cd37 0.65 MB 1,095 25
335,528 335,528 00000000000000001a73d31fd2c977352b5768de6c36f059eee7a4be8d43c0e4 0.73 MB 464 12
335,527 335,527 00000000000000000a480dc864d3d3d03200703d42fd7d99492089bcde0caa35 0.75 MB 1,725 33
335,526 335,526 00000000000000000f8c2bc031095bf53e3475282276b25b12bc6d5c422dc27b 0.07 MB 256 39
335,525 335,525 0000000000000000192222ec90711cb0e4b012648116d7399925d2837a436328 0.67 MB 1,305 27
335,524 335,524 000000000000000014377fbef416e41fe4208604b1ace60b74333ae1aa1fe53c 0.14 MB 221 19
335,523 335,523 000000000000000004d66f1215aef00e76f921580334e1e31e0d9f7283c57755 0.20 MB 274 21
335,522 335,522 000000000000000014624a8d9ecb4dd600dbbc8e30d6aad8d68e2e5055605f0c 0.18 MB 326 27
335,521 335,521 000000000000000005b646b4f9cde86985eb7a1c0b269cfaa005293b5413ae77 1.00 MB 1,033 18
335,520 335,520 000000000000000016187bfc3734fe7c2ba65fbeb92228c9c8229cdfc66db224 1.00 MB 1,763 25
335,519 335,519 00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408 0.00 MB 1 0
335,518 335,518 0000000000000000191b407d1d9850700cbff5ba7be2dd8f19a6e0ef599efdec 0.12 MB 247 25
335,517 335,517 000000000000000015a6283b678a765f562ecd45bf640b45549f04d416c08900 0.10 MB 213 28
335,516 335,516 0000000000000000031c04b1b43f95790b3cd3007094be754cef7947b07dcc57 0.18 MB 320 21
335,515 335,515 0000000000000000191da6358acff9d44aace1712638b2709be2182a07ee66b6 0.75 MB 1,456 26
335,514 335,514 00000000000000001145fd6bc2ad3aae9a9f4b19dd8b5b9f9548eadad497704d 0.17 MB 309 24
335,513 335,513 0000000000000000057df6b664461e41550fef6b79e53838856bcdb1b1a1dd9f 0.25 MB 356 27
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.49 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.