Memory Pool Memory Pool Refreshing

6,974 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (878,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,519 30,519 00000000119242779cb09ffb9ae791dfa205069bf5c83365f670620c86cafa6a 0.00 MB 1 0
30,518 30,518 00000000776286de82ba3bab13075d7517edd635282888046b4559f36b51eb38 0.00 MB 1 0
30,517 30,517 0000000045f46f3b9fca743a7b37d1cd8a60f1ae04b0e403b32a237b8642874a 0.00 MB 1 0
30,516 30,516 00000000d2f06b8c3ab4f5d5d2322fe2cedceeb42922852fed87e94e3b525b7e 0.00 MB 1 0
30,515 30,515 0000000019a53ed27d0fd408fda46d617e6a5aaf0a28570a73e77e4fb3ceb4e6 0.00 MB 1 0
30,514 30,514 00000000c1332da075149bebcda17eab1f813ac29205a4999fa65bbc90fb7c9e 0.00 MB 1 0
30,513 30,513 00000000da5112e5ce27f65f0e3f234426a5228daeb88a6e06770c019c8bb8e5 0.00 MB 1 0
30,512 30,512 00000000e901ff55e0466d6366abea5706f0b9b6069610cf4f81d2d190682430 0.00 MB 1 0
30,511 30,511 00000000fb47936a216364c4cca72e86f21bb885dd503f6e85a33c1e21a901b4 0.00 MB 1 0
30,510 30,510 00000000efbc36d8b71fa1a5f2f0da0efc3bb02704ce5ed72a6ba21005e2e3b3 0.00 MB 1 0
30,509 30,509 0000000010a80dfdab7d59a1e3daa236f2ffb8b5e12c1f31d7df054bc71cd3de 0.00 MB 1 0
30,508 30,508 0000000032233995368e5a137a82abe37d1e996691dcfceee9c76cf06d43fa28 0.00 MB 1 0
30,507 30,507 0000000076eedad2450a25ca2ee9540fe86a25a86c354ca5294d142eef7cd1bc 0.00 MB 1 0
30,506 30,506 00000000a5bed8f1c0cc219372f7b5dfc6373e17f5f07ccfae671b92b244872a 0.00 MB 1 0
30,505 30,505 0000000012150c192e1da6f06f45d1ef6507e845c7d05b8939f988e255fed295 0.00 MB 1 0
30,504 30,504 000000008b0d6ea9e6db4da61bba0f8779bd48dd80448a34b3a2f1cdcbbc3871 0.00 MB 1 0
30,503 30,503 000000009b2bda27563639ebc89b1b12efba7dd2e5b1787856c0fb4b463b8201 0.00 MB 1 0
30,502 30,502 00000000a47d4cb54f6a41bd09e83f33a654793f2a3356350eed9497d9d49c7b 0.00 MB 1 0
30,501 30,501 000000002c68740c7e37eb5e5655bca25786fefd444c36f99691a7e52ff899d6 0.00 MB 1 0
30,500 30,500 000000005170dede6e71a5395756a6c8e10fb1c44982dfdca739ff688187541e 0.00 MB 1 0
30,499 30,499 0000000021ad96e135ec2ceade38a1e39a8992c0ede5a1af3150b9f4f616821b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.