Memory Pool Memory Pool Refreshing

939 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 939 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (798,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,964 108,964 000000000000ddf112f368b13ea4300bcc5e04ac55363c493de03db5f42874e2 0.00 MB 12 0
108,963 108,963 000000000000d364c569d0bf95aaef1d6a01f254459f270f35201571b9762387 0.02 MB 27 63
108,962 108,962 000000000000333cd5196695a443e4971245935642a43118abda1f74aee4e72d 0.00 MB 5 0
108,961 108,961 0000000000012841870d0491c67191b1f74a31f5593e1362a7f3b05fd15dc6b6 0.00 MB 10 0
108,960 108,960 000000000000aedf1113be0eeb47915921d0a5c296812ad110c39c8f9cfaeee6 0.00 MB 11 364
108,959 108,959 00000000000191b65491c4a23ffce4ea304b4b909161c79b65e8d099a52c1452 0.00 MB 5 0
108,958 108,958 00000000000029288d829ee2b2229b000c401fd20ffee4645202f420a879032d 0.00 MB 1 0
108,957 108,957 00000000000054fe5a7c67894d8270da1184693ee528e958464973ab13b09901 0.01 MB 35 0
108,956 108,956 000000000000ee8220ea17285e8202ce7e66c764389c387fe7b54a50144e787c 0.01 MB 28 0
108,955 108,955 00000000000114c6def267fdffc0134c60de115fdf774a1d948a16c4a6b9da83 0.00 MB 13 0
108,954 108,954 00000000000163e319dfeb748d57d26b35e31a52fe7a535d471efe10b10b6f00 0.00 MB 13 0
108,953 108,953 000000000000fdd4d296a5c8cc9d7a53b21f54a2e49c54d5ce72698bbdb0d769 0.00 MB 10 0
108,952 108,952 000000000001b50d322849337d5ed57cc0eec797680564ce9ccc1cc1d3a84262 0.00 MB 12 0
108,951 108,951 0000000000009e258727081f53ed7ba6d2b97f142365a739f2bb846163cdf33a 0.00 MB 12 0
108,950 108,950 000000000000dc2e1038f24b8cc81c4efd41097d9db552cee9003d56466c6fd4 0.00 MB 9 0
108,949 108,949 000000000000b08befed64e55ea90f53f6cc632ae770f8b2b2063d8ef5d19c4d 0.00 MB 11 0
108,948 108,948 0000000000017517729e4e29bf28375ada3aa589b4f9bc38978aee6b3a185525 0.00 MB 8 0
108,947 108,947 000000000000d6bef5d11ac62dbf20ae3758c0b326cf1635adb49ca9e65de772 0.00 MB 11 0
108,946 108,946 000000000001a4e391d968271ac555fc04b528b5bcd020c9307ea89eb2284f34 0.01 MB 54 0
108,945 108,945 0000000000008880a81d5d67b55d59f820f834ecbe825f9f1c24835839b7db01 0.01 MB 9 0
108,944 108,944 000000000000df414d6dbbbb41b21224f3724c4ff46da733b56c38a0b9d45f85 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.