Memory Pool Memory Pool Refreshing

6,655 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (600,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,296 307,296 00000000000000000d5c39e6ba3ea109452a9e4ebf1cf71ee76f1a11c428d7f0 0.23 MB 415 28
307,295 307,295 00000000000000003a92271ab96f3c162ce0d724bae0aca4fb9de028a9923f32 0.35 MB 630 31
307,294 307,294 0000000000000000388a66daeeb90c356c579ea22027c725b91e6a99f60c40cd 0.13 MB 313 37
307,293 307,293 00000000000000003b50b2918311d5628b2c48640f8a6e43218da54b27f3e132 0.13 MB 283 35
307,292 307,292 000000000000000027f0833d99da00696bae54b756a7e3ba099858eae3184527 0.07 MB 158 25
307,291 307,291 0000000000000000369f420fd082f14f5c3d8f6bc3715de5308d5f4b0aec6dfb 0.35 MB 578 28
307,290 307,290 00000000000000004148f33a620d97f3374a6bb325368779ed682f25c49095eb 0.46 MB 879 32
307,289 307,289 000000000000000000a20dc522d82b27d450fde952b53d31a15c35352ef86d1c 0.19 MB 366 33
307,288 307,288 00000000000000003a6c232c2eddefc55eec02d4c870e306dde55f863fd538f5 0.08 MB 21 3
307,287 307,287 00000000000000004731d72bc2cb6331ab02f972b5987033726dbe6c2d3070b6 0.06 MB 60 18
307,286 307,286 00000000000000003ced5c4a620fefb7ab6ddf8e3aa3704367b18bc586514714 0.09 MB 76 14
307,285 307,285 000000000000000005cd76d26f0eb5c5cac2acf12f90cd17fbbb21027b57885c 0.16 MB 256 24
307,284 307,284 000000000000000033d01d4716389ec7b885896621855082aefdaa553b35e423 0.45 MB 739 27
307,283 307,283 00000000000000000a0b685435256c80b86885f2386eef261d321dc365abc499 0.10 MB 221 34
307,282 307,282 00000000000000000b3b411305fcf3dd2a2b9dd5d786a0f6686dcc20f3554078 0.58 MB 872 25
307,281 307,281 00000000000000001f87cac867fa2f7c5529a11e572685bed1cbee3f9e63c50c 0.04 MB 58 29
307,280 307,280 0000000000000000401800dbba604442330ed1427239cfcc7997fb8cadfbb734 0.07 MB 51 13
307,279 307,279 00000000000000001bbb72e4e9f377241efc39a023a77408f6bd964bba35e135 0.46 MB 858 30
307,278 307,278 00000000000000000fdc6202ff2a38a3f086091a0c203d2ab5149e528cc9c889 0.08 MB 123 39
307,277 307,277 00000000000000000e646c24a0d91f15703c9272d5f99e7cf54bd35ff6a7d049 0.20 MB 231 21
307,276 307,276 0000000000000000254c2eae9263a4ca599f5017dda605b7270fc46ad80ad72d 0.39 MB 566 34
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.