Memory Pool Memory Pool Refreshing

2,491 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,938 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 735 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,937 (568,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,962 338,962 00000000000000000085da15be6187ea672e9883887d6696befd5f656371728e 0.85 MB 1,351 22
338,961 338,961 000000000000000003837c693c2cd29f25e5826b849ef7deef73acad3b101583 0.34 MB 1,024 57
338,960 338,960 000000000000000011e7cc0280b66d5084aec0369887e0f583ddf402f36d683d 0.14 MB 262 72
338,959 338,959 000000000000000013cb157b8bf4dc066fb388c789f368908b1df91e1533f690 0.14 MB 245 28
338,958 338,958 00000000000000000886c856392d64ea26d3e502ecc6f9392ded11fcd5a52540 0.18 MB 352 29
338,957 338,957 0000000000000000105d0cd981b3ba4c977a9bb75dc1f5269db17ad8793a62e4 0.51 MB 1,028 27
338,956 338,956 000000000000000005171a134d8aa60ff465514266a5422477fe1489bd00dc2e 0.00 MB 1 0
338,955 338,955 0000000000000000182467f34056261e4d9950a82675b7be09abcfdf73fe21f8 0.14 MB 214 23
338,954 338,954 000000000000000002dbb4a630698df62797bd0d4b742a7732e51e3a7eeca01e 0.14 MB 179 18
338,953 338,953 000000000000000013a87373bb48a6834f77f83c916b95923bd1d9136184bdd1 0.33 MB 674 28
338,952 338,952 0000000000000000140d5438e1e9ab68648b5b8aaa8d81cc351ee17b6cbebd88 0.46 MB 773 22
338,951 338,951 0000000000000000043f8eaaf17f04fed1743290378d853e3a7dd7ee59f30021 0.32 MB 652 40
338,950 338,950 000000000000000015ce74dc940e93a7dabdbdce94bcf9dc105037d3f02d742f 0.71 MB 1,167 22
338,949 338,949 0000000000000000120293cd9df98ce083eda44371baa65df01996d85fb14a95 0.19 MB 297 30
338,948 338,948 00000000000000001481ab5d8c4824c74541bdcd5d983366b742cedab2767cf7 0.45 MB 707 19
338,947 338,947 0000000000000000113719655a8d0ff099bb16b2ce29b5531e8a6e6e310125a9 0.50 MB 1,039 25
338,946 338,946 000000000000000015edf69ca84b2ff0e64972fef79b1fcf0724e36ac46266f7 0.10 MB 115 11
338,945 338,945 00000000000000001825169177330cbf3c85e65d9850cf699b1d52ac69194624 0.50 MB 507 9
338,944 338,944 000000000000000006a42f49d0e1e9acd3cf97a4a0b0b28c4bb726b353f2702f 0.75 MB 1,263 28
338,943 338,943 000000000000000018c8fac5df06ab689fe53266d2b39a25d6e537dd52d314e3 1.00 MB 2,391 42
338,942 338,942 000000000000000017d9ba77ede3e9a7ea8b3a72732e7f3f33c7dad4eb2904a4 0.75 MB 1,350 18
Previous 10 blocks ↓
Total Size: 769.43 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,645.43 GB sent, 95.08 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.