Memory Pool Memory Pool Refreshing

358 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,283 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,282 (901,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,440 6,440 00000000bd5b11b70c81f25faa5f68bd6cfe8995adbf24920c96239aa29e2842 0.00 MB 1 0
6,439 6,439 00000000b8dbdb4bba017f6c4e1a6ddf80de19d56765a5d991ea52b29fd50597 0.00 MB 1 0
6,438 6,438 00000000fd3a9cde68ee4f2593374d4a9cd4d0d2269e29e8a47c08ad0bfa6241 0.00 MB 1 0
6,437 6,437 000000006d47f373c1e896a8d9b77469245ab532ce356b2e89133de7d9347a03 0.00 MB 1 0
6,436 6,436 000000008dd41ffb464614945fd529665f8581179d84383bd121024988cce9d8 0.00 MB 1 0
6,435 6,435 00000000b438134d05768a01a2e9edcdfa53fd92f1ee3eaf5d9cb2e63cc14cb6 0.00 MB 1 0
6,434 6,434 0000000096167d3f681344c10474938f00eadd1f4063395a8c6c559492afc1bb 0.00 MB 1 0
6,433 6,433 00000000d7240a8973a85e105fe01d06e40dfe2094a878d8f50115d3ac15529c 0.00 MB 1 0
6,432 6,432 00000000e69b23348fc7c54152140fa220eb2cd7886b5ff2e13bbe05f9b27e7f 0.00 MB 1 0
6,431 6,431 00000000cf799aca1e2d24f8fb6af83f1645858d370d402b091e031282230b25 0.00 MB 1 0
6,430 6,430 000000005a7b929d8c155d3d813cb95d61b50f1a5ad050a2df0d4ef5d3609cfc 0.00 MB 1 0
6,429 6,429 00000000209cf1fdb3128f8d37fb6af10c93aee04b80de3aed6688f5d80ded87 0.00 MB 1 0
6,428 6,428 00000000d1899d2fa50af50c57eccdec55b7f7414b55d3145eb31035cb16ae6e 0.00 MB 1 0
6,427 6,427 00000000419b12a77cfc58546f8b1b764c031cf0192286a5a304a153ae520aa3 0.00 MB 1 0
6,426 6,426 00000000a3de4e80b0392a889bdac50393b8de5cf8e313a08d02b88fee366aa2 0.00 MB 1 0
6,425 6,425 000000004d15e01d3ffc495df7bb638c2b35c5b5dd0ba405615f513e3393f0c7 0.00 MB 1 0
6,424 6,424 00000000ddc2c05eeaa044dcd039cd68c74f2747f8fe38b2f08a511634ead4a0 0.00 MB 1 0
6,423 6,423 00000000591c60926972a52a26008a57f6b4a2ececfc7bcd440e39494f9d2650 0.00 MB 1 0
6,422 6,422 00000000d624dd8adfab7602eeff44d0bd9d23d177b72b80b00c066e370dfc2b 0.00 MB 1 0
6,421 6,421 0000000031f1cdc6ac29c2ff3e5597bcceb127aa04856dcd44d63bfec3911ddd 0.00 MB 1 0
6,420 6,420 00000000bccc8a536caf4343d5554dae6e54e97373fbd41f7b0c56cbe3cc54cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.23 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.