Memory Pool Memory Pool Refreshing

3,020 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (651,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,866 255,866 000000000000003e6b7b1e28a898d72b6dfd019c1987ea46fa880a2ff3224674 0.04 MB 91 98
255,865 255,865 00000000000000115fbcc614616e8873b515894d3d299f0a24f07997e8911d04 0.10 MB 221 103
255,864 255,864 0000000000000005368fc8009ecba0df6446d5b3c4b736a85d722157439d14f3 0.11 MB 256 132
255,863 255,863 000000000000000e6e088cccfdb41b3fd97fd34a5792283a60108077961a75b9 0.04 MB 114 127
255,862 255,862 000000000000002d208f9382da4a1b192575482bba9d5c28948a3aaa7d00c19a 0.03 MB 48 118
255,861 255,861 000000000000000e30291d28ac6a4d76ebb14e935bfa51e4444f698cb7db8632 0.07 MB 200 159
255,860 255,860 000000000000001cf80b90fd4db5fb972b8b0d7d94a28a77b330d2a7a06991cd 0.08 MB 171 123
255,859 255,859 0000000000000031a9430ffb875878199311e1c9eed23342cf40937f65281349 0.14 MB 383 135
255,858 255,858 0000000000000039066c911c41acb5e632d8e51c7db038380027a8eaca168845 0.05 MB 110 144
255,857 255,857 00000000000000092e42fb7ae49a0e2e3e48bca491809f79513a4ae0d7fb9fcf 0.03 MB 50 87
255,856 255,856 000000000000003ce96d1c4b5fdc582b5a2749e29f529a45f0527c3138ed3078 0.01 MB 13 85
255,855 255,855 00000000000000146348d921d204e9cb869666744b34c230819572ce24782fd6 0.02 MB 59 129
255,854 255,854 000000000000000da3bbad5ef6a5d7c1324a5b754f55747d6f3f683239ae7ede 0.24 MB 354 88
255,853 255,853 00000000000000393448f7a25fb173bac99bd884fda3ec1f4537353e3614700c 0.11 MB 265 182
255,852 255,852 0000000000000000e67c15d148533c6c6eeaa7dbc77104f169de274d4dcf8ed4 0.24 MB 552 135
255,851 255,851 0000000000000004ae3a7425e63499af4120e711af4d91be776cc81702f58497 0.17 MB 411 116
255,850 255,850 000000000000002181d1bfce87b149dce339b84a85625b3b1f792b4ca4a3e654 0.05 MB 136 138
255,849 255,849 000000000000001402ee685fb3757279d3f36d76418432a2fa1d1ee187867eec 0.05 MB 128 170
255,848 255,848 00000000000000087372925d43fb34e20949f4b68f6b4fbbf40e9e94ff6e50cb 0.20 MB 459 135
255,847 255,847 000000000000000bd36bb9b04b3c4f27a7e35aaf6006c95b71e7501feac53d25 0.10 MB 241 142
255,846 255,846 0000000000000003860a3751ba079b14396d3f9d43f994f602947ac5a7f2b7a7 0.19 MB 446 130
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.