Memory Pool Memory Pool Refreshing

8,256 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (451,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,197 456,197 00000000000000000161b298a9e34ed9e266b032d4cde0e1ac7ad286a6837200 1.00 MB 3,129 208
456,196 456,196 00000000000000000217260a67b7c991f63b6516f1d3f45880a2919d38a02ef9 1.00 MB 1,815 127
456,195 456,195 000000000000000000fcf2112e74024663d7ceed6afa6200402d7ab9034169cb 1.00 MB 2,452 217
456,194 456,194 000000000000000001e4c1a238a4ea9019af50d15865c4854cc7373a96e73672 0.07 MB 134 214
456,193 456,193 000000000000000001126891008e536f9a7bf70da19f3f4a4aabd888a81cf2db 1.00 MB 2,617 127
456,192 456,192 0000000000000000005fa6376f558db26f443c510333490ebe28e206c43a8a30 1.00 MB 2,050 153
456,191 456,191 0000000000000000015b8d6e4cc090346147a892a163d6d3504d3a0f881507bd 1.00 MB 2,786 247
456,190 456,190 000000000000000000c0b17d7c8e8ac92b1f1fe847f310bcec788ad06b119eac 1.00 MB 1,945 136
456,189 456,189 000000000000000000b88dc471912ee5140b721c77a031f6b69467dc56e89b7e 1.00 MB 2,047 138
456,188 456,188 0000000000000000002273f0a0d79cc33b7f37118f2a876811604451896af69b 1.00 MB 1,840 179
456,187 456,187 0000000000000000016492db1ee24a2c0e49701b52d9a4ba92a1c569b117e407 1.00 MB 3,466 324
456,186 456,186 000000000000000001e24dd37e14e925ec55bc8a65c6f7855b88b206dc0f4977 0.93 MB 2,212 315
456,185 456,185 000000000000000002503b2b87ef3e78efe3515cac0d97ebd8c56c913a68f1d3 1.00 MB 2,872 138
456,184 456,184 00000000000000000143827194d40b1589c62e7e6129352cf8827f63d7c6d09e 1.00 MB 2,405 138
456,183 456,183 000000000000000000eb65f934895b2c4b04e59ec8d06e464686e11350b753b3 1.00 MB 2,194 186
456,182 456,182 000000000000000001a4926a151347f646c96d195eb1a5a4485067b764953f9c 1.00 MB 1,775 201
456,181 456,181 00000000000000000157b1f85ce097e8e90f026942d43af70f7212195de60930 1.00 MB 2,073 198
456,180 456,180 000000000000000001b35c2fd563a7be643d556402a06f17993bf4dae166ead3 1.00 MB 1,952 170
456,179 456,179 0000000000000000023985ce6a312ed3ac804d74d6af1a1034759c61acb40bff 1.00 MB 2,676 257
456,178 456,178 00000000000000000131554c54fdc9773fae59f7fea1be58d50b1e58c0da6f47 1.00 MB 2,734 286
456,177 456,177 00000000000000000127d1ddae4d9afe4cf497d9474356d4ee2f392aef711a29 1.00 MB 2,196 237
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,627.09 GB sent, 93.10 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.