Memory Pool Memory Pool Refreshing

53,187 transactions
30.93 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,273 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 662 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,272 (435,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,961 442,961 000000000000000001ba65e728682192d13f892fe483527d5a6cca1cc84eb278 1.00 MB 2,395 69
442,960 442,960 0000000000000000025d58c24862e5a9489a5c72205e69ce16d1c438f597088d 1.00 MB 2,701 87
442,959 442,959 000000000000000002f0aab1306cefbf5a2d221a24615149670e393d9925d079 0.16 MB 310 70
442,958 442,958 00000000000000000182e615eec4d140edc5969d91fb803f1269920b17b6dc1e 0.15 MB 331 61
442,957 442,957 000000000000000002e4be7f1687ab295f3cc8c6fc1ad8a50f7bfb3c24b7664b 1.00 MB 707 19
442,956 442,956 000000000000000001516a976cdcb51a81e302ab4f22450e80d4db2747f80bf8 0.20 MB 523 68
442,955 442,955 0000000000000000031d65c7f670f2d2e8a885032b8831c8161ea56f5292ba3b 0.60 MB 1,314 63
442,954 442,954 000000000000000000bf6b015e372cc312e22c13323cf5491a6fc9a096b9b220 0.01 MB 16 76
442,953 442,953 000000000000000000441592890a0bebbbba88ad807865064f23948c6d95fafb 0.47 MB 444 29
442,952 442,952 0000000000000000031f42b40442938aabc77792159e14bbdd448e1410537627 0.80 MB 1,661 66
442,951 442,951 000000000000000003c279c3886c93c6e445597fa8cb02db04023fd20da5ccdc 0.47 MB 1,124 79
442,950 442,950 00000000000000000268b49a0b706badba877b2853c30570433844768f8fcbd4 0.21 MB 546 84
442,949 442,949 0000000000000000010e3ef36e378c9d3dcf14dcf51add8187ed84362246b271 0.60 MB 528 28
442,948 442,948 00000000000000000175053805331b4ad678d773eb582ec72c96bbad8d6d3342 0.00 MB 1 0
442,947 442,947 00000000000000000263f9cfafc11081b73802f2cab9923724bd3e6fc9d9805e 0.75 MB 1,013 44
442,946 442,946 000000000000000001a8557ded65c6688a38abf1a85d566db3b5f8b22bf6cec8 1.00 MB 915 29
442,945 442,945 0000000000000000009dbf932c6c4ee2811755082ae1c84a928b5e9a07e8dee3 0.53 MB 1,151 70
442,944 442,944 00000000000000000164c5551776bd983b135d874d80720828e920584509fbd0 0.18 MB 366 57
442,943 442,943 000000000000000002cbd808029d65ed35ca7c06f398671e9446fd1658642c3a 0.39 MB 960 75
442,942 442,942 000000000000000001aabd2f20184d8d64fb00fe41738b80c24e9bf797c2d86f 1.00 MB 1,834 50
442,941 442,941 000000000000000003b295bd23cb223877b4c1ca313fd35304e971facfe834e5 1.00 MB 2,401 68
Previous 10 blocks ↓
Total Size: 714.90 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,368.40 GB sent, 39.16 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.