Memory Pool Memory Pool Refreshing

6,081 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (745,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
161,986 161,986 00000000000001b2e1da98ca3fd736fac238a2b4827e408d46e1e9516ac88bb7 0.02 MB 45 59
161,985 161,985 000000000000003339a768ed1dea6b12310dad9bd8a1540c580fa612d6a21b87 0.02 MB 34 110
161,984 161,984 0000000000000804c5b935257394e6ab8666c590517fcc3a37450b45115a4cdd 0.05 MB 121 75
161,983 161,983 0000000000000c852a19eb596d07d7742089abff6c17c5b9f2eb4eeebf3626de 0.00 MB 5 66
161,982 161,982 00000000000008c669e8a0d0c2c2b1d80fe00ff268266a6d25228a7702cea152 0.01 MB 29 379
161,981 161,981 0000000000000ae4e33e1f2753a8a063c72d831df3d94443ae134bff33137231 0.05 MB 73 93
161,980 161,980 00000000000007a8388b816b9b4b300fd3b3a3ac8cb1a3d080e7e11474125ec5 0.01 MB 12 232
161,979 161,979 00000000000004e8ff80d1a192de06d27ea2fdb231488c249675ba2a1d178838 0.00 MB 10 35
161,978 161,978 00000000000007bad1e41e0aec641605de78d73792431d7a49e4bcccab421fc2 0.02 MB 31 108
161,977 161,977 000000000000038b4ab94156ffb4d516402309c0c75d53401314c7b8ea4b0207 0.02 MB 44 128
161,976 161,976 0000000000000ba4943cf5247d49e1b736095a6f35740c8365d67f492e2353fd 0.00 MB 9 344
161,975 161,975 000000000000036e552d8bc9366f9d9ea15f73906ec87582626da48450a65783 0.03 MB 49 82
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.