Memory Pool Memory Pool Refreshing

6,512 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (555,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,640 352,640 00000000000000000b7d5ea718cd5ed3c521502016bfc2e0a6241019ef16e7a0 0.50 MB 859 28
352,639 352,639 0000000000000000129c0b98778c93841b5057a97cb6ceef06374b7473b2024a 0.19 MB 317 19
352,638 352,638 000000000000000008f0bf1380e481e7a8b0dded687e44c1ee7710761fe06517 0.12 MB 215 17
352,637 352,637 000000000000000006ef43562adb1fbb7f17c0c4b8febd24f7814de666ec7a3a 0.16 MB 346 30
352,636 352,636 00000000000000000a8934d528ca987b979a7226b53d89965e91fb24d77f4207 0.19 MB 318 23
352,635 352,635 0000000000000000031c2e4924ea2ad497367a79faf47b6f2dba515c08d59768 0.25 MB 535 27
352,634 352,634 00000000000000000e1733cbabafa66c4c1a3e2f3503bcfd8cd513137d68128e 0.22 MB 326 8
352,633 352,633 00000000000000000855ff5acaa443e84c0627126e4c2c2b7cdfe1c11bf194c1 0.75 MB 1,414 28
352,632 352,632 00000000000000001316536507e2a6e83790821862f73b4eb5fbe29e1385194d 0.75 MB 994 19
352,631 352,631 00000000000000000adbecc1cc1a21bcc966d977de64f86076dd85d55313c2a6 0.54 MB 1,136 22
352,630 352,630 00000000000000000785b3acfd4aa321d22f1333ea9f12df8b4cea6996580780 0.75 MB 1,530 29
352,629 352,629 0000000000000000147d8c1ea1509e6dfce84f1d1576d30e11cbec9041133739 0.32 MB 524 15
352,628 352,628 00000000000000000676abb5f5bac61748470efbbdd4fbbd9b32af6b0f0f1968 1.00 MB 1,848 28
352,627 352,627 000000000000000015a8b2053e8e4f58679fa087844e0879d3c372886c326548 0.64 MB 1,245 26
352,626 352,626 000000000000000001dba7652481197aa28b22e911770eeb3cd62ea37d8d3c2b 0.10 MB 196 26
352,625 352,625 00000000000000000b069d7ea8cc941d6ea430f926bab20971f8ebdb9d42aea3 0.32 MB 504 20
352,624 352,624 00000000000000000b68905bd09ce782000d4e1355e713a410c6213c1e17ed79 0.72 MB 1,483 26
352,623 352,623 000000000000000011df686ed4e029948c7bff81ee3eab515d288db44f6c6dfd 0.75 MB 1,563 33
352,622 352,622 00000000000000000178260ea291d9a54ae39dcb8ee381f84c19d4363be5a54c 0.41 MB 636 20
352,621 352,621 0000000000000000143bb2c8ee33a508bf5a7634975cea7c97e60869390f5142 0.16 MB 512 45
352,620 352,620 000000000000000008877e3f6429c16e2c87835bcce28a435cadacad23f99190 0.10 MB 110 14
Previous 10 blocks ↓
Total Size: 769.04 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,626.41 GB sent, 93.07 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.