Memory Pool Memory Pool Refreshing

7,380 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (745,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,007 162,007 00000000000000ad9defedec680bcb8317182d40c7a554f5666941e9e6457773 0.01 MB 28 101
162,006 162,006 0000000000000807f06948d54c0ec2a2eecd73108778bcfe417a858c40ee46a6 0.00 MB 8 35
162,005 162,005 000000000000003c2024579929c2aa09cb6fd5882a28af76f834f31daa2e165c 0.04 MB 102 54
162,004 162,004 0000000000000016a930b5845cca646966fee88b41f45cf4aa85cfe02d309c5e 0.01 MB 20 75
162,003 162,003 0000000000000c0f81dd0fce93217e811b39f99dc5d730a525c4661f27a46bf9 0.02 MB 65 120
162,002 162,002 0000000000000add3aaffb3eedbf3fec2ba58d09f1ae85b611dc64d8a5e436f2 0.00 MB 10 97,993
162,001 162,001 00000000000007df40fd05a7b78bf3a920786711de165006d7c9750ea4043dbe 0.00 MB 6 0
162,000 162,000 00000000000001a83f5b20cd132f38f792fc02a17eb14d494c780ea9d1c82acc 0.01 MB 31 176
161,999 161,999 00000000000005bca23f611e6d08eacf42406f8b470b90e17f53492bbc2c7dde 0.00 MB 1 0
161,998 161,998 0000000000000bdf007c9656b1427cee842739ca8f2607277edd18aebe46e24f 0.03 MB 72 1
161,997 161,997 00000000000002504410d4f5de523d9370ce4a44a69bd4ae42cab3cac1a56a2f 0.04 MB 75 220
161,996 161,996 0000000000000338a7a02048acdec2283517893f804d994630b7088fc7557bfc 0.00 MB 1 0
161,995 161,995 0000000000000704bc45632be28ed8a9f145b368888485a45fec599d82b5d42c 0.06 MB 118 70
161,994 161,994 000000000000036507025963e3b60b74f08589758fe0bf18f39c538938ba5c0b 0.03 MB 17 536
161,993 161,993 0000000000000797a865be6dbb95906c098c1daa6833eec5a9d88f7f7d7bdc5f 0.00 MB 11 85
161,992 161,992 0000000000000411176b5c0f3e500de29c073e4e30fe7e2c0db73c3c1d98f3fc 0.03 MB 72 50
161,991 161,991 0000000000000c3f1e3c1f85af6beb901b866d0398b1046ca5b50015c2b49de2 0.00 MB 7 81
161,990 161,990 00000000000003759caf0ef4b46ca7eadf25794291e7b62ad2d2ad612c2ecc7b 0.02 MB 58 252
161,989 161,989 00000000000000d8b8af8c1d6ce8c526d336b3619da3340a73a8fe08f92eecad 0.01 MB 20 111
161,988 161,988 0000000000000a14d5f1586cf01a6bc27d99cbfa8c98e5e8689cb100ac234bee 0.05 MB 124 114
161,987 161,987 00000000000005ba4abcad7b4a66c22a16667c6c456c3ea63d8b0e3eeb832aac 0.03 MB 61 115
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.