Memory Pool Memory Pool Refreshing

2,323 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,302 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (774,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,278 133,278 0000000000000aa0557a3d7eed3edbcda722738f2095df1a5dae59e71c4c7491 0.03 MB 69 138
133,277 133,277 00000000000009c2e5a63023999f38573fa2fa498fb631a26fdd4d732e3af04f 0.00 MB 6 3,030
133,276 133,276 0000000000000a8626f5bcb3786464c2609d3bf8ccf13672fc60efa329a5edc9 0.02 MB 41 516
133,275 133,275 0000000000000a88187124c8419e270b4f0a3a72dfa1c329cd17bf7e8b7f47e5 0.05 MB 186 61
133,274 133,274 0000000000000783759e911030dd520c4649f28698cd13ce5a70101221f21887 0.06 MB 153 353
133,273 133,273 00000000000005c03bb549271b15a404080393318964af54fb6195726e822760 0.01 MB 22 659
133,272 133,272 000000000000083fcf6dafba71b9b46e0db328d289623c81c2a64db2ff150f97 0.03 MB 65 930
133,271 133,271 00000000000004cc2b6d04605180e660a1f27dac6da31ba71ccbd486ac64d1fe 0.00 MB 8 39
133,270 133,270 0000000000000003b8e77b4cfa4ff822472bee4a272d445c61672a2988d8d0c5 0.01 MB 17 664
133,269 133,269 000000000000088946697548d669357fb35b4522f61bdf8796e9fda526c9d0a8 0.05 MB 123 404
133,268 133,268 00000000000005aeed7d82264c6acd20724e0e40c328ad4fed67f8d96d7905dd 0.05 MB 164 47
133,267 133,267 0000000000000a6b951fa8c323ce8cfdf9aeeaccef17b397effef731750036aa 0.02 MB 51 996
133,266 133,266 00000000000003bcffae31e52c1e1ada4f58de58c16d3a6d2fd8e19d115387ae 0.01 MB 19 331
133,265 133,265 000000000000033ae75d132a5043449b34bc74ab838f8ad7a665af6f2625abb4 0.01 MB 31 326
133,264 133,264 00000000000008ca0eb67645453c3672e6d2beecd300a84ac93029efd846039b 0.05 MB 160 239
133,263 133,263 000000000000089f87998a9a86b154941f3e91952880d0e1e04c3246be86be70 0.12 MB 245 150
133,262 133,262 000000000000064c0a7970d0cbca5f0599f708fb5faa752b5af51290a4641a67 0.00 MB 14 257
133,261 133,261 0000000000000b02ea67e5895e42bae766aca6aa6dd7dde993b7ba661d1d7c4c 0.02 MB 55 928
133,260 133,260 0000000000000a281e6575be233952d7381a3432bea6794670e92dafe4a10c26 0.02 MB 42 837
133,259 133,259 0000000000000ad887d09569f22eab1b5e8412f4c2b192f1b066b5c2fbfedafe 0.05 MB 100 242
133,258 133,258 00000000000008cf559aedcc4090c906c16c55976fe4df2d8110d4a9da2e126f 0.07 MB 190 1,274
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.21 GB sent, 95.74 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.