Memory Pool Memory Pool Refreshing

711 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,757 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (28,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,153 879,153 000000000000000000014d4350b025cd35345d2bd6dbdedc91ba638eafd01f2c 2.41 MB 1,752 3
879,152 879,152 00000000000000000000dfd38c96186e6fd6508d20fe44bcde95dd30e6d92e7d 2.04 MB 2,154 3
879,151 879,151 00000000000000000000fc1f8d81fd0c22dd725ba06ce4a9715916dafdec2d57 2.78 MB 1,060 1
879,150 879,150 0000000000000000000125325db8f3ca378f94ffda605de90b132e55a0342988 1.94 MB 1,746 3
879,149 879,149 000000000000000000010acc813fd1608f47855ab7444081ead73bd8b3ed8e2d 1.61 MB 2,223 4
879,148 879,148 000000000000000000019fce76eeb10aaa5825ed458802c77cbc98ec44eaf316 1.90 MB 2,653 4
879,147 879,147 00000000000000000001cd6c88a0f17c0f821041d9bdc4b1ea13fdec49b2eac1 1.65 MB 3,274 8
879,146 879,146 0000000000000000000042db9e17f012dcd01f3425aa403e29c28c0dc1d16470 2.48 MB 970 2
879,145 879,145 00000000000000000000f791e89c753e4bb9b598cca19854647ce65edbfa042f 2.33 MB 1,151 1
879,144 879,144 00000000000000000000b5e65e90c0c769729eeacb8b3f506d43e48358c68146 1.79 MB 2,226 7
879,143 879,143 00000000000000000002205fd19486fa25eb147ed759f36b9005b97eaa523d11 1.73 MB 2,250 5
879,142 879,142 0000000000000000000139d128a416fdfb345b63fdf05465b39aeda363e21632 2.12 MB 1,606 3
879,141 879,141 00000000000000000000749f8af6d819e665987c0274e4721f3cdad53f6df4ef 2.11 MB 616 1
879,140 879,140 00000000000000000000199e4ad8b96638dfdc7a795390961af94e5c190eb37c 2.09 MB 3,673 1
879,139 879,139 00000000000000000001e29d7d5f98266cc9db574cf5278d3de681cacfd07404 2.41 MB 4,275 2
879,138 879,138 00000000000000000000b41e731a04982507121e669fdcb2416b7fc97a6b57f2 2.02 MB 2,302 3
879,137 879,137 0000000000000000000077a22e810a6fc2a765feff49d4cb318d8a05bec28159 1.66 MB 3,021 5
879,136 879,136 000000000000000000010449a3078ad4f5521f18d5aef3ef4ab7c6a00c338f80 2.20 MB 2,161 4
879,135 879,135 0000000000000000000045e52cbf5017a895b10a3c3002967a80058e1da9a2f1 1.66 MB 1,277 3
879,134 879,134 00000000000000000000f5053c459cce63aabf5f247d279aed27aa23870481b1 1.35 MB 1,349 3
879,133 879,133 000000000000000000017c4515c76473eded21593d944f835f76faa910c237d8 1.04 MB 197 1
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.