Memory Pool Memory Pool Refreshing

6,476 transactions
3.73 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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (630,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,458 277,458 000000000000000203a3d2925dc0e8f64a59246d93fdbc70a5d16cca50f4123d 0.25 MB 519 51
277,457 277,457 0000000000000002a63fc8f2b32ee86b5ebf4fa34b3dce9cc7565d66d0ffc714 0.04 MB 67 24
277,456 277,456 00000000000000026d76990aa36ea6f20ee6ccca37f7a4a47d3c66964552752b 0.15 MB 299 33
277,455 277,455 0000000000000002776ea53eb6b8a899a64b17fa0ccb61f012c0d49d7945c68d 0.34 MB 214 17
277,454 277,454 0000000000000003772ad5347d0609f708778519100664212a8b49c7d5aa2b9f 0.34 MB 576 42
277,453 277,453 00000000000000004b6c1bdfea20450993e1498e0f83e109d00430c664619365 0.25 MB 493 59
277,452 277,452 00000000000000030339e6c8a70f5774c745dc55745375874c3aea422a970af0 0.26 MB 413 41
277,451 277,451 00000000000000027a0ebac59f4c55cb4200a0e318eea11d62290cd4a1289ac8 0.25 MB 476 64
277,450 277,450 000000000000000195fc00515152aa2aa6b66626fc3ba80f462faf2949ec9f20 0.11 MB 226 46
277,449 277,449 000000000000000307692bb6c30a0411ff39ba05192765834ae01ffe86ec8460 0.21 MB 327 38
277,448 277,448 0000000000000003911e83f2b4dad286915aaf2aa9ce0310d4e981169dada0eb 0.25 MB 289 25
277,447 277,447 0000000000000000855f49edb3b56480a84f6ef17dade392231755137802395f 0.50 MB 967 57
277,446 277,446 0000000000000000c8152824862a38d2fefea9f68aa40c79f730ce86920617c5 0.25 MB 580 35
277,445 277,445 0000000000000003079ef54034f9193667d0848fffff069f79949f40b41393e3 0.03 MB 93 113
277,444 277,444 00000000000000039874a5567092b64e92cfca948f5721204489b44c7480e1ee 0.25 MB 735 69
277,443 277,443 00000000000000013c5f9fcf9be11efa9e08773c55d9ee725d32a91c790019a5 0.43 MB 602 31
277,442 277,442 0000000000000001620fa212b4a01b8d8a119aa7f3f18cbff91b743f2713739b 0.25 MB 639 56
277,441 277,441 0000000000000002cc048cc8edc8c6fee265c3421299a98809864d4cb11866da 0.32 MB 594 40
277,440 277,440 000000000000000280ea6c540492ca5dae9a48a3d7819225342424d6353784e2 0.05 MB 109 36
277,439 277,439 000000000000000380fbb3441d3752706c4c727d34e0b7e6c5865d3254c7b0ec 0.26 MB 491 42
277,438 277,438 00000000000000004396c3b3a37e9d184232d0051df306ebdc65f8ca1618c76c 0.12 MB 197 33
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,625.89 GB sent, 93.05 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.