Memory Pool Memory Pool Refreshing

610 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,856 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (588,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,078 319,078 00000000000000000d3407158102438ffba5ed316c15b5fd7180def22ae70299 0.39 MB 558 24
319,077 319,077 00000000000000000bb8d2ff658a8c2a9dc513cbfe084a6628abe09a53e4e2bf 0.29 MB 443 20
319,076 319,076 000000000000000010cccf93f8225a8dde27ddb7d3bc6dce1c6d761e716f6977 0.60 MB 1,095 27
319,075 319,075 000000000000000012805fd7b725ff6a008cf6faf5c6383a1a64bd0926f588ad 0.26 MB 444 24
319,074 319,074 0000000000000000181a874bad42a4ed3c7471b0eadb50f7bf9a79dfc231b4a9 0.03 MB 75 30
319,073 319,073 000000000000000008598481175af3bbd938191e21bbf360f84dde49b83934e5 0.16 MB 350 31
319,072 319,072 00000000000000001c6388eb605d30e8f5f027b0f4d170a52bcb26212f32d3f3 0.01 MB 32 41
319,071 319,071 000000000000000009a19814e96797542b096c4fb01c084f6d8453f7c52e0c12 0.68 MB 1,351 28
319,070 319,070 00000000000000000da9e9a99e53c00cb82c1cec347ab7c4f75924d2c88a9547 0.13 MB 224 25
319,069 319,069 000000000000000027de2ac26397d9d6ba2141d1d72b382e0aa2633b88acf79d 0.07 MB 74 9
319,068 319,068 0000000000000000130da176c63b3388e6457f799c134522c9e3b27c0b2e7007 0.03 MB 60 23
319,067 319,067 000000000000000022d9049a950a45e5d342ee612e3c0f3dd5b010280ecf3e5b 0.21 MB 362 28
319,066 319,066 000000000000000004a1139bb8e0d70926232b7cb172108de46edc49d258721d 0.31 MB 519 26
319,065 319,065 00000000000000002802fafe1f82ddd218189357d50cc179fd0d56c6f2824d2d 0.17 MB 338 29
319,064 319,064 00000000000000000268f132a3dbdc49acf358c3513b46ce78eab41825353001 0.07 MB 160 29
319,063 319,063 00000000000000001fea1a95a9e49579795e50a279492a16b0bfe1feefe6cf51 0.09 MB 153 28
319,062 319,062 00000000000000001ff42d01bbb047118ce7c59390e6162e74167bb14295af33 0.08 MB 124 9
319,061 319,061 00000000000000000d269622df02f6fea49673c3dc3a0a26d0ec3cb21bf6b329 0.18 MB 283 29
319,060 319,060 000000000000000001a639d90fbd5b8d5947995f9cf233fe5d2687d47483a4e6 0.01 MB 21 24
319,059 319,059 00000000000000001e58d2aec93317eb5e84699741e5c7f5798f486f27439d66 0.26 MB 409 25
319,058 319,058 000000000000000009ee1bc3e3d43b8e19ed5bf32f0ee96ace87252fa35eb6e6 0.25 MB 322 17
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.