Memory Pool Memory Pool Refreshing

5,587 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (252,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,324 655,324 00000000000000000006efc5a124449cdf489a108473e3d5a6c5754e56e7afed 1.53 MB 911 39
655,323 655,323 0000000000000000000d8a05264508c7fb9ca25dddb47415adadeb61735d66ce 1.72 MB 647 57
655,322 655,322 0000000000000000000f4c6ddbd3742f7242a80d7756868fb48fa2bc05680f82 1.44 MB 2,218 171
655,321 655,321 000000000000000000032cca879ce9b2da292199df4a51cb2c1c226f69d188a1 1.28 MB 1,523 34
655,320 655,320 0000000000000000000fd0c0091eb56633ce34aaa49dcc8ff17f8a58eee2a3d3 0.00 MB 1 0
655,319 655,319 00000000000000000002488d04371a9faddd490163b4a15bb85de282ce69eadb 1.21 MB 2,618 57
655,318 655,318 000000000000000000075043627b0095f4e1aea62b97441f2de15ba6d60f1606 1.44 MB 1,097 19
655,317 655,317 0000000000000000000e6b9487ab9c0549fdd5144f30f7d86d629857f6e19c0b 1.66 MB 834 87
655,316 655,316 00000000000000000009521fba76b81de74efe98c27225a4ee1f044be65bfe54 1.46 MB 1,281 45
655,315 655,315 0000000000000000000beb728d94791d646b377b37d15f8ba4f4a1fdcffd18b5 1.17 MB 2,250 56
655,314 655,314 0000000000000000000b3d4a15b08f0fedd8f7191c5d636ceec84c2978d4ca9a 1.30 MB 1,608 47
655,313 655,313 00000000000000000002fad18b4d961d35c55a5934f6da4614fc1b7adf486036 1.36 MB 1,974 217
655,312 655,312 0000000000000000000cd26c1e69946ce6062a28374c160fe05d4e6768061129 1.40 MB 1,280 31
655,311 655,311 00000000000000000004ec7884041be9b6a1462a8c2aba7b49ba34ecd40751b5 1.49 MB 1,443 56
655,310 655,310 0000000000000000000298476f28c20efb85f419678d5afba179e5e79133eb70 1.35 MB 2,034 60
655,309 655,309 00000000000000000000bff00f2e9f8b73464fe2875978eca7cbe71e9209081e 1.24 MB 1,655 32
655,308 655,308 0000000000000000000b5486fb1ff3fc60c3f60454188f9ef8cc39b3e9726c0e 1.35 MB 2,011 110
655,307 655,307 00000000000000000006a218d9e81b2bc032cef81ab587327ce5d83118223b95 1.32 MB 1,397 16
655,306 655,306 000000000000000000083cf321950912ff222c835a9c1f7a3c5e7da634fb9cfe 1.25 MB 1,779 129
655,305 655,305 0000000000000000000ca524dff421f71abfaec2a23044d91517e74eab827b52 1.23 MB 1,504 30
655,304 655,304 00000000000000000007da90b021b569ac13d8c4b5b55114f60731725ccfd997 1.08 MB 2,181 39
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,626.28 GB sent, 93.06 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.