Memory Pool Memory Pool Refreshing

6,019 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,773 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (507,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
400,731 400,731 000000000000000002a9a65bc9dd4fe6bc86b6fe1ef927c73800062b5bc3e33d 1.00 MB 1,315 37
400,730 400,730 0000000000000000052b91e5f206e10e3d1271cb053e65e4bb8240534fb51881 0.93 MB 1,280 34
400,729 400,729 0000000000000000038593b5957e49aa4d7d097e958a4e3c2819d8c1bfad3098 1.00 MB 1,218 46
400,728 400,728 00000000000000000523e0a964dea3774e19d8e58f8d4ebfe15970be147bfb7a 0.99 MB 1,882 43
400,727 400,727 00000000000000000075e5ff8e0368f12f13fa7b5cd5798950b64786f76fc60f 0.93 MB 1,483 31
400,726 400,726 000000000000000004c451adcca6b8862a83ba904cd56ed246dd6334941ffcd2 1.00 MB 2,402 67
400,725 400,725 00000000000000000373c370de27e5d7db33f2a3534b7aee2ceb20a8f8349b84 0.93 MB 1,987 34
400,724 400,724 000000000000000004f25b5e99bb7209f6bc039f786c3d6c770b8543da07e3e9 1.00 MB 1,991 36
400,723 400,723 000000000000000004bd01593525d6ebf9cb06457758d79e2853179380f4b136 1.00 MB 2,363 52
400,722 400,722 0000000000000000026f0e3821f5f1dfcb97b387d2a5780afd98ef7213e05f4a 0.99 MB 1,674 42
400,721 400,721 000000000000000005402178910c677b75c198f6dd8d34ade77ada3ee66d0d3b 1.00 MB 2,612 59
400,720 400,720 0000000000000000025b366b6254a7d89c61658502b346bfc7e91cecebd96df8 0.00 MB 1 0
400,719 400,719 0000000000000000018ba250bfa8d7374355cd6e2ac7de8b760663ae3520a8a7 1.00 MB 2,172 56
400,718 400,718 000000000000000006b7ea0774daa4938837be7776352f39f0a6ff549dddab97 0.93 MB 1,201 36
400,717 400,717 000000000000000000114d9d7dd8ec4690b0f2e450059e920d1113944117eb71 0.93 MB 1,411 46
400,716 400,716 0000000000000000054664855ca5f1738e12bec96e5d19070a770abc9ff95e51 1.00 MB 1,627 25
400,715 400,715 0000000000000000042f07d1c103c0a6dcca0fbe6328e4560303f19f5de07da1 1.00 MB 1,805 37
400,714 400,714 000000000000000003b293041a8dc5be7df0240e05165d07a9156a181bbfc030 0.89 MB 1,761 49
400,713 400,713 000000000000000001b62e291dd603e90bbf433cf000182a56d99479ecbd7382 0.93 MB 2,165 57
400,712 400,712 0000000000000000052d46a7f83fecd4f5306d72ef6fcd782f650d133a0d438f 0.99 MB 2,658 61
400,711 400,711 000000000000000003879385efd3667fe263e6a4742078708d010d64c9417fce 1.00 MB 1,395 35
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.