Memory Pool Memory Pool Refreshing

10,370 transactions
7.60 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
2 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
908,189 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,197 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,188 (907,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
947 947 0000000052e8defdf229e53f422755f9c4a9a9f031d8caad0fb64f285ad186f6 0.00 MB 1 0
946 946 00000000dc9198f0e49f7af2f4d78c935dd3f4523d9a88d1c938bdd448337edc 0.00 MB 1 0
945 945 000000002ca3ef739f7e4769c44c29541b6796d5126c2fb7336a2a0add11dfd9 0.00 MB 1 0
944 944 00000000121b7be05ecb69f74ade200b8d90f39791865064b1c1bf14c22cade7 0.00 MB 1 0
943 943 00000000e9a0e6f8f08cc1ac6198e3ea633bce375316c3d593a6654ec7e08b2d 0.00 MB 2 0
942 942 0000000002edf896a1d087514c37b37680e1e9d93058bd6fab49711169a2a79b 0.00 MB 1 0
941 941 00000000fa3c04695a819bb5ddcbe4b06c0943c659ad2690f6dcd60e2a0e20f3 0.00 MB 1 0
940 940 00000000b9583a2efab8ac0f1f19d2f1d737e1e2b1c6672c88778099afd5a15f 0.00 MB 1 0
939 939 00000000163e0be930c1049da5864c0e6b38a68df9938539e32fd57b2e14ba12 0.00 MB 1 0
938 938 0000000065f9ca25c3ea505c3913a71ccf0cfe9476c6ed643ad63dd22c074fd2 0.00 MB 1 0
937 937 00000000581de2600b068e5bd207e7471fa4e9cacb51341a1217be0a8d229905 0.00 MB 1 0
936 936 00000000f2e21ad000b8ab779c729d84691415c6197230b82fb7b6e9e3f8faa2 0.00 MB 1 0
935 935 0000000098ad8bb8446cf0314ac1999c8e9df878128d8f29b16c554134085915 0.00 MB 1 0
934 934 000000005120278f36b55314b0a71920b959c23e6cf06fd82a829188885fa236 0.00 MB 1 0
933 933 00000000f99261c7dd7c7492cd2917f0a43f010b630b54e16b65cd631d6bed1e 0.00 MB 1 0
932 932 0000000021de9e08a94972464e8b4203c69c88e98b0279ad11ce81afd4c54c1f 0.00 MB 1 0
931 931 00000000da6e80599108dbb4d23ede0fc8fb45adc3d974ada0742786ad5008a9 0.00 MB 1 0
930 930 0000000042e0f3fb820bbb0eb033d0e3ea6ac8a22244100442b47b421c15eafb 0.00 MB 1 0
929 929 00000000901b87d55132395401d2c3786df02654890c9506101c39a918c2730c 0.00 MB 1 0
928 928 00000000058404b3cd08c57cb15574861bf686353ef7e100abe6ca9994133eed 0.00 MB 1 0
927 927 000000000e959d454587fb93067942e3a18275ca884a6f761475415e9e0048d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,681.89 GB sent, 97.43 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.