Memory Pool Memory Pool Refreshing

797 transactions
25.40 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,309 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 503 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,308 (905,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,252 3,252 0000000076a7445733d78a7d99a59a06eacdfba71e2128f2b8ecfbadba08807a 0.00 MB 1 0
3,251 3,251 000000007b0dbd5c0fbfc0f2917a179f514dd69bdf476f8dc96bc8acf78ce0f5 0.00 MB 1 0
3,250 3,250 00000000f0738e99d91bae4dc0d73005f22902b8f3073b959ce1f15607a50b81 0.00 MB 1 0
3,249 3,249 00000000d5cd813b5b739ed8de059e5ad40553711455b068fdc456552353a8ec 0.00 MB 1 0
3,248 3,248 000000004f2c68e1f64dda76adef1e474a3ae54c4b1ecad3b94012a58f328f9c 0.00 MB 1 0
3,247 3,247 00000000b479b500d05a1f3d5cd3b3ea631bc0c0ca23a38812c08abe33eb8d3c 0.00 MB 1 0
3,246 3,246 00000000017d85a68d3c4340d396c0e91c8c691c49e7b0563232f23a39dca6f2 0.00 MB 1 0
3,245 3,245 00000000ccedf7fbd87f8fe96dd1dcd7f200c071622d08c0ffebbb8cdf96f40a 0.00 MB 1 0
3,244 3,244 00000000fecfe7fb2e4ca57b164a0017907ba3d7de895bf9c3ba179ed4412924 0.00 MB 1 0
3,243 3,243 00000000a0771fe1dddca4177626dba099a7a01b8b5454a2350afcdc8534da23 0.00 MB 1 0
3,242 3,242 00000000a8991b1c8e1b331c6d30f21157f489b0ee908afc2718cc369b51f540 0.00 MB 1 0
3,241 3,241 0000000004432268712b572db0d0e55bd4003daaa3303edb9cc0b63147e69144 0.00 MB 1 0
3,240 3,240 00000000883e289741813f2900714b6e76edbf6896dfd6d465faace22e2fcdba 0.00 MB 1 0
3,239 3,239 0000000010b867ee0b793b0a469d014bb487e30b11b39a80f6d1235f3af69a94 0.00 MB 1 0
3,238 3,238 00000000465c6c8e879ee54716572d4fd7e02edf6a973f417b6dc983840ebe49 0.00 MB 1 0
3,237 3,237 000000000964c78e630f65cdfa02da19fbe958cdaef7a53f9c9e427f42bda5e1 0.00 MB 1 0
3,236 3,236 00000000c8885684343666662310937cbd34991f0b00fa6abedfd566687a749a 0.00 MB 1 0
3,235 3,235 00000000a7fba9d396fe8a8ce031da63ed9b0019f4903d09d81ddcdae3c733bf 0.00 MB 1 0
3,234 3,234 00000000792cc1513091cc859381657e3525b2c56f1283cdeb2ec4b3e7b5ef1d 0.00 MB 1 0
3,233 3,233 000000003867f96c1cdb30e7e6e227b817bad51ec528f5911bd4beab345998c2 0.00 MB 1 0
3,232 3,232 000000006e6beb21a9b43035cc1db8a2fc5a31e8ca6df2935c522977c8258a49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,696.17 GB sent, 98.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.