Memory Pool Memory Pool Refreshing

1,024 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (844,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,870 63,870 00000000080d048048b73c0c9b7c5ce9bc943fad38ffa67d80d9108513c79f82 0.00 MB 1 0
63,869 63,869 000000000b3d588c126e2c928679986047d197abd48ea398c6e31141806b00bc 0.00 MB 1 0
63,868 63,868 00000000055021988208cc9f565d5f7a43fd0e5535414d203e37f4efb8ddc118 0.00 MB 1 0
63,867 63,867 00000000033679e08375830244baecef896dbb3cb39342cc538260aa5f2fbeef 0.00 MB 1 0
63,866 63,866 000000000b669b4fd3e2185709007a0a01a4f097b8fa707ff5eddf66efc1cb46 0.00 MB 1 0
63,865 63,865 00000000021ec4c1a1b10cfe81cd4dbaa0982a662b2581dbba52519f15256078 0.00 MB 1 0
63,864 63,864 0000000000f971a591d96824b3e71dfdbae400504beb7d283a63df754a5d2d51 0.00 MB 3 0
63,863 63,863 0000000008dc09754937bd15cb876ffb4344c498359167a25245294eb433d425 0.00 MB 2 0
63,862 63,862 00000000030008ba7d5ee0afbffeed314157253f2d1c97f9a5367adc57503930 0.00 MB 1 0
63,861 63,861 000000000a1b0e352ca4600fa66255e1da301146353dfd5a671f4405e434c841 0.00 MB 1 0
63,860 63,860 00000000068fbfdbf4743bbbf3e30d3369677a5d0a0f056b1e8b27cd956a621b 0.00 MB 1 0
63,859 63,859 0000000008d555575b8b82e55442d49606b4879c3e4a1bd0fd07a4094b23cef4 0.00 MB 1 0
63,858 63,858 00000000080f6f45e10a13421d147e8467ee7599d71966139518b51213409021 0.00 MB 1 0
63,857 63,857 00000000096e026da5198b3e09f17c89c063245ed8812181e9916e9b6bb5cbe4 0.00 MB 1 0
63,856 63,856 000000000c99f3a51191d850481316d5840b5dac16f49a2504de25c852eb0d33 0.00 MB 4 0
63,855 63,855 000000000607cd15770b3f5732cf61866d9818c38cf692b4fea630589657dfbe 0.00 MB 1 0
63,854 63,854 000000000bb21997b6cd290510536339ee94e5349eb1b3abed5311000e593f07 0.00 MB 1 0
63,853 63,853 00000000036c69ca8cdb9146322dfccded201e304b140d739fafd8ee4362c2f3 0.00 MB 1 0
63,852 63,852 0000000004bbf9836d006d44177e4a839e9be1093d9c30127947260c57a53329 0.00 MB 1 0
63,851 63,851 0000000006e870e5c15df2afc5552794e7d6ae95bcebb154994ba7a2e14c0b6f 0.00 MB 2 0
63,850 63,850 000000000382f1549e5645f45c62bfd5cc98eb2ea1d9d08b9337c9817989e76f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.