Memory Pool Memory Pool Refreshing

427 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,022 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,021 (587,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,097 320,097 00000000000000001da86c420196bb512c4801e483adedfa09517dc71fd1fcb6 0.09 MB 149 25
320,096 320,096 000000000000000027f0c6fd792c07986b6b4c2917788a1205cdee042ccc2de0 0.13 MB 290 31
320,095 320,095 000000000000000016fa4886568e59c72b07e1fec9b70abeadbc0bd9966f5830 0.10 MB 171 18
320,094 320,094 0000000000000000184990bf57225ed266520ed4f93b999f2bcccf4fb00f6fb9 0.40 MB 809 28
320,093 320,093 00000000000000001191e293e0e9198a9355c6e2fdd1671003bce296f11b4b29 0.17 MB 269 28
320,092 320,092 000000000000000002ffa1eece77fa64e4c901767128984c4f51448880120667 0.30 MB 417 21
320,091 320,091 00000000000000000f8f846a161cbc3891792f489686b16a1d22a100d51b201b 0.35 MB 787 33
320,090 320,090 0000000000000000245889dfa4826968dd99bc3fefb6abd16e1ee970fb66d79e 0.32 MB 433 20
320,089 320,089 000000000000000006d84bb692b9a663b2a7e04b2c04cc31513c8ceb644db734 0.09 MB 256 38
320,088 320,088 0000000000000000234cd56d2fda87fee27c26bb016514839e125ad2a0a802e4 0.13 MB 201 23
320,087 320,087 00000000000000000e37cb6f2de64ded47743771d9dc838b427e6c59b52f96f9 0.22 MB 386 27
320,086 320,086 000000000000000013f3127831275f02791d9fea42954d0ab7c6c40c3e913fd6 0.42 MB 476 21
320,085 320,085 00000000000000001525ca3e8c98d06ec65de9b8f2a00b839915a9fc608a0f99 0.39 MB 645 26
320,084 320,084 00000000000000000cf38659b29fff5aa2dffac8229409e4a583b74a07c47df4 0.24 MB 357 24
320,083 320,083 000000000000000005580e6a046ada76232a2a3fef1e5e44a65cc7cd8d5c9676 0.36 MB 776 30
320,082 320,082 00000000000000001c4c4626374b28930c3de23e1538bcc54aa242ba3e990cd8 0.24 MB 449 26
320,081 320,081 00000000000000000ef842b21a49d11e0af06eda4bf73c1c8faa194700d0915f 0.35 MB 589 26
320,080 320,080 000000000000000024ce32328610b72457a02df891568e3d22ca822dfbcd75ab 0.41 MB 653 25
320,079 320,079 0000000000000000205effdfc429754eb06a8dfb51957ccd6f964fe6fe878d36 0.18 MB 359 28
320,078 320,078 00000000000000000c9df00fcffc6fef0dc3c6ae397c47efcc7ff09fe0780be4 0.03 MB 42 8
320,077 320,077 000000000000000004da0966b805420b294d69ec83a06be10d106127850c5991 0.07 MB 153 28
Previous 10 blocks ↓
Total Size: 769.58 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,650.88 GB sent, 95.84 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.