Memory Pool Memory Pool Refreshing

3,895 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
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (622,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
285,498 285,498 0000000000000000da38f0245e6ed6fe66545d5c1a23056035588a655f30b6d1 0.25 MB 330 25
285,497 285,497 0000000000000000f7c9efe2e780f2edbd186df024e61916e575fec52cb5bee9 0.42 MB 971 41
285,496 285,496 00000000000000019836ce5d0e83473f7e65caa06fb6bc15f38715ca20e16a05 0.10 MB 110 14
285,495 285,495 0000000000000000972e5e8bd333df6ae67f55768030f4207b791e93a444c219 0.47 MB 244 14
285,494 285,494 0000000000000001905ebc136d56b436e542244926fab04f8f2f7eb579c29a9c 0.10 MB 62 12
285,493 285,493 0000000000000001897ce220076700724a7a2a18a6d63e054801de645c2dd87c 0.50 MB 286 23
285,492 285,492 000000000000000116a7f098de2670acf4309d50ed23cdf14ab01e766891d5d0 0.35 MB 212 25
285,491 285,491 00000000000000003cc27afb4a1f1ab2a976862a27b68c6aa87a2ed970d1dbd5 0.50 MB 157 22
285,490 285,490 000000000000000114138b996de81255f99470379ee59047ec89383eda1ec69e 0.50 MB 1,070 48
285,489 285,489 0000000000000001495860af89c1b9ea230c7c046cd8ee91f0f6f7b84afd642a 0.06 MB 121 44
285,488 285,488 000000000000000102bcd3dea32f4f7a4ff605dfe7d9d5e282f007f7b226cc99 0.59 MB 1,101 29
285,487 285,487 000000000000000062fd2db9359cc04e1f21d519d5ae8254bbffeeaed27d74ee 0.35 MB 1,064 183
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.