Memory Pool Memory Pool Refreshing

9,816 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (622,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,519 285,519 0000000000000000e8d254f8c3d408d567e80ef70216df7a673f36914454cb0a 0.24 MB 360 33
285,518 285,518 00000000000000009a1f886c62cd8f27f7f5ef1db90a6ac16ab06b8f77720cfd 0.07 MB 131 36
285,517 285,517 0000000000000000ea319ddb0302ec10a82506158939cded4e019d92025cabab 0.24 MB 472 31
285,516 285,516 00000000000000008e773b1d8c38f45573ece3c2848241dc280ae6acf22d3e80 0.15 MB 218 31
285,515 285,515 0000000000000000e16c691461739c6356c5c63ce6c30f8f57f4cc426a97b2be 0.04 MB 99 94
285,514 285,514 00000000000000013a6ff10a76f1f73bd941558812b6b898ecfdb55bf7fa43fc 0.02 MB 29 27
285,513 285,513 000000000000000156c7e38e7f7c28637028d1be6ab1d8121d6bbcf9c14671d5 0.44 MB 488 22
285,512 285,512 000000000000000044b867fced8884893519f8579ae605ce227ac8e91a23ab67 0.35 MB 531 28
285,511 285,511 000000000000000159b2797f0d1a1ef847a2071189a0c64dbad09c3ad8278ada 0.25 MB 745 50
285,510 285,510 0000000000000000ea7d998f23a2b835232630669d6ea0905a1b0e02e8abd6bc 0.18 MB 273 29
285,509 285,509 000000000000000158823e16eb7b10438e789594b771a3424b5e7610678c59dc 0.35 MB 681 33
285,508 285,508 0000000000000000dbe32aff869ee066d27fc544a09fb42b229f35dddf3435ec 0.19 MB 367 37
285,507 285,507 00000000000000007437ae014fc3a93efd2bdfb5e645e70e8d54413396b4204f 0.32 MB 563 33
285,506 285,506 00000000000000009e78b1039b81c94b38cff9bbca3834b3746a299ad83e4c58 0.22 MB 383 34
285,505 285,505 00000000000000001cc134a20d8441b80712b4c2a24d1d6481385ea25ed17012 0.10 MB 146 33
285,504 285,504 000000000000000182f08a6a159d32a0ab79060b14ad176e2a2b65971b08bef5 0.14 MB 176 18
285,503 285,503 0000000000000000ea70a180ccb43e15d1b38af555ece213455254023fd64212 0.06 MB 199 86
285,502 285,502 00000000000000014bdc423897d37c5742ed598be56430bc53730f6f5ccdfb63 0.59 MB 958 29
285,501 285,501 00000000000000014e4c9202524f0ba58a76e81c7dc4870a7e4cca6008a2b36d 0.25 MB 102 13
285,500 285,500 00000000000000004260cc16003d2afab1d55d46f0238b2cafae648a9cc5b2e7 0.50 MB 1,051 38
285,499 285,499 00000000000000010127bf6fcac9129e7b98ef0e06217ed8f28540ba721ee791 0.50 MB 1,250 43
Previous 10 blocks ↓
Total Size: 769.01 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,621.41 GB sent, 92.91 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.