Memory Pool Memory Pool Refreshing

12,647 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (713,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,366 194,366 000000000000048d221097c95323a9106079d4b9a8886c46752d59e9366cac6d 0.25 MB 760 168
194,365 194,365 000000000000049bee0ffc672e45d2db10ba6137fac1df16458aafb25c137561 0.25 MB 356 98
194,364 194,364 0000000000000101dfe987c472651d699095424f0826ccbe28d8c1d83e37e6ae 0.27 MB 229 125
194,363 194,363 00000000000003b377403962ff925725b990c9ef89796d2fdcced0ff83741583 0.00 MB 7 0
194,362 194,362 000000000000043663e0d02ad82ddcc3eaf989d3ddf691510f8ebbd405839d3e 0.00 MB 12 3,065
194,361 194,361 00000000000001db8262cff52320f67509ebd41464c1f5260cb252736479c090 0.39 MB 1,024 167
194,360 194,360 000000000000068a404d51de815b9f49fe7c8d278b2d20973d96f75f69ce65a8 0.27 MB 506 189
194,359 194,359 00000000000005d571845c89bc2b04d43239c2cef834af541a3d64c2dfd17db7 0.05 MB 103 61
194,358 194,358 000000000000060b3617f0243bcec465ba68e8b48600c64a20108310185c54fd 0.04 MB 143 130
194,357 194,357 00000000000001fc3496571a1d4f5b3769ed6c8146709042080e27be7ca63678 0.42 MB 896 158
194,356 194,356 000000000000067ab73af76207ded62404c9de4c2935bae75102622a03d9f117 0.07 MB 239 4
194,355 194,355 00000000000006db0b3a0fbf32c40b1af98653d91d381900a08acc35724e6553 0.05 MB 129 101
194,354 194,354 000000000000060ddba89bee1b7446bb2ab97a71181d22747f5d5184eba336be 0.09 MB 272 171
194,353 194,353 00000000000006962e3ea00e7eca2a94dd1d2c06f8463b7e87d522a082a67578 0.50 MB 1,323 6
194,352 194,352 000000000000036b5c62738daabefcabcd2f5d34e1ba6ccd9cb2e1eaadbc651d 0.25 MB 594 211
194,351 194,351 00000000000007048c5c8d43e6549bd713248c70db6df1a312f141d143418251 0.00 MB 1 0
194,350 194,350 000000000000031e04056f4400b05880de1c72a187f84e28c0d92e40dbe916f3 0.20 MB 538 220
194,349 194,349 00000000000002cbd62cfee3eea5be4a148e129e48d443011f5dcef32e6907a4 0.01 MB 32 9
194,348 194,348 0000000000000035e5e026a8b48215ba328818594199c76b1244718d96c0719e 0.15 MB 372 163
194,347 194,347 00000000000000148fcd85b1e8b5dfc661d0243bb4031edce9c3e88c91c35c0c 0.06 MB 190 15
194,346 194,346 000000000000047b0ad359724fb7906675ff70090ebdb3454eb74e849538118e 0.05 MB 103 49
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.