Memory Pool Memory Pool Refreshing

5,596 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (494,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,854 412,854 00000000000000000400a3565807110f67585704f93a32816957c41969fd4455 0.69 MB 1,581 45
412,853 412,853 000000000000000002270286aa474bee9b42a3ccddf3215e4b40726a3f3b05cc 1.00 MB 406 6
412,852 412,852 000000000000000003d816116573abf70865b6ed79823a4f93a791d92d6ac57b 0.16 MB 376 37
412,851 412,851 000000000000000000711a527ddffb8a1f9256b16fcc29714c62e0c9339a8959 0.48 MB 1,157 40
412,850 412,850 00000000000000000142a5c15929d1347827113f4c7a8361ad987edc2ef13fa4 0.14 MB 238 30
412,849 412,849 000000000000000003d9ad131c4c48e2ed9d65c9c8a8692511d5cae9ad55e5bd 0.10 MB 157 36
412,848 412,848 000000000000000004da43acbbaa668b920119977861c0b8a90190e81c7c063f 0.40 MB 989 39
412,847 412,847 000000000000000001f1e4d31eceb531b7e5567e7f9df66322b92fb0406ed298 0.23 MB 540 42
412,846 412,846 00000000000000000257b0475c2131d60293178ff2d14e9ccfc7c7f5e97bcdb2 0.23 MB 522 43
412,845 412,845 0000000000000000038f1ade42b94df89a1289a8633a2f3eb708625831308af2 0.68 MB 1,495 40
412,844 412,844 000000000000000001e683ceb85ce18b1c450a33d93cbdefa9cad0ff225eef45 0.82 MB 1,822 42
412,843 412,843 000000000000000001c473345cc9e847b84a9c961da3b4b15480245c3e550ace 0.19 MB 429 37
412,842 412,842 00000000000000000008d46ea38aa87ca8c7c592e3a71869664ead9fb69dd026 0.30 MB 566 36
412,841 412,841 00000000000000000346040ca99d9b9240fca624dc8b5fbbe186aa7d271a2e37 0.13 MB 190 32
412,840 412,840 0000000000000000039dea50e506877de3d21727d69d59498eaf3ad94cc97b25 0.40 MB 791 38
412,839 412,839 0000000000000000059be4916a372b6c6b62670097aa43659f57142442b4d6e4 0.43 MB 963 46
412,838 412,838 0000000000000000002cda080b743bc0651184a92d4b7501aa3266c8219dddc3 0.37 MB 525 31
412,837 412,837 0000000000000000049f8b15e2869dc4653761921e497fb915e4d0bb24f33580 1.00 MB 2,221 47
412,836 412,836 000000000000000005a88d994ba78e291e807566cdccac392690d23b18c66e8d 0.97 MB 2,283 40
412,835 412,835 0000000000000000042a28f5324369c6c94bcba49426755e41a47f76251a5fe9 1.00 MB 2,023 32
412,834 412,834 00000000000000000402aee69eb2f274bb8a73b41d825b3ef6352cc49d9e29fc 1.00 MB 2,640 59
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.59 GB sent, 94.02 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.