Memory Pool Memory Pool Refreshing

7,771 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (615,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,843 291,843 0000000000000000674727ccb66d8d4b882a79c9c5723fb9caf2b4a53c40f3d3 0.05 MB 125 152
291,842 291,842 00000000000000006a7b2ef2cf3de58b2487744b5e71ca8d113c1b52e765fe34 0.25 MB 444 54
291,841 291,841 00000000000000000b9d8f7e7f28279284001f91a7f85ef8335655369ebca6b0 0.34 MB 187 16
291,840 291,840 0000000000000000fa75bc0be3628d82a93a6b17588b431207e895729fceeba3 0.35 MB 422 35
291,839 291,839 000000000000000038b6fab5d45f70f6f522ed37f83c8a251a8fcc7bacd1dc4b 0.35 MB 576 48
291,838 291,838 0000000000000000c5b927a2c66830d90c6088cdae0f6dd6602a9d1509fd03cb 0.92 MB 1,073 27
291,837 291,837 0000000000000000f9d793d519a1c431d1f94ff752a01280178a94da2655f96c 0.17 MB 512 91
291,836 291,836 000000000000000058e39adf595480d6134d0bc3f55f117ee206cb8eacbe4db2 0.13 MB 97 21
291,835 291,835 000000000000000075dd796f73b6cea94e3bbf5ff8fb15823e516a06755bbc0d 0.27 MB 379 35
291,834 291,834 0000000000000000c6064823d6a296899822920c5725b26174c7399b136ef147 0.19 MB 317 41
291,833 291,833 00000000000000009fe81d1b9be858f7adb039853c64cf5f576fb1386892054b 0.11 MB 199 41
291,832 291,832 000000000000000087176f8f058b2337446d2b25ef41f5f12008fe4cbb9cb330 0.15 MB 259 43
291,831 291,831 00000000000000009a635fda2b28cc2e19031147398c0bda03403deb4d3c2b20 0.38 MB 613 40
291,830 291,830 0000000000000000b27f2eaa522e78277dd67428715fa10ac34597ba97407a6b 0.07 MB 49 9
291,829 291,829 0000000000000000d9ad59d39b245d8b60e337a33bb86a17a33c374690515381 0.34 MB 439 31
291,828 291,828 000000000000000080774815fe1efed9c23b8de15ec7a4761165edcc3cb1d505 0.12 MB 256 50
291,827 291,827 0000000000000000cf0fbb1878c2a4a3b4f41cadaaf63dce470f927b566f0e4e 0.06 MB 47 10
291,826 291,826 0000000000000000b16988636ac9a5e99fd8c7d2a93f7bd925ecc6cdc606aac0 0.32 MB 355 27
291,825 291,825 000000000000000081c959ad9ba21f858af474393e7701ddbc8a11fe21fd432c 0.05 MB 56 7
291,824 291,824 00000000000000006853d50897357f12e707cf285578e4251503e38d0178a5fe 0.30 MB 470 38
291,823 291,823 00000000000000004dd1bcf0c8d2cc4d95ce87e2dd9d8610da647644c6bcf491 0.05 MB 75 30
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.