Memory Pool Memory Pool Refreshing

9,010 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (720,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,439 187,439 000000000000044263b95ebb072050f8d51a27c0f4a7be8e3803c88fcbc540af 0.10 MB 214 312
187,438 187,438 00000000000004d7ececee7c3629658e8d395bb10ce61787e7958568e4c1fe70 0.04 MB 115 118
187,437 187,437 000000000000044f10c8bfb1ea71afef76bdcd1aa5d2aaabfa9cce29814deea9 0.14 MB 329 128
187,436 187,436 000000000000036814cf10c8c65d9cfa04378565b3dab1459466b4e7083ac9d2 0.00 MB 13 15
187,435 187,435 0000000000000496bc1e63c5dc582c8efa87e132a850db48c873bd8afc8ffbf0 0.05 MB 105 106
187,434 187,434 000000000000063af12799dc8f93ee02cb8bbbede8cfe768d05f3ce9de5c6082 0.04 MB 145 28
187,433 187,433 00000000000007d6812cd658996b83dd255a2ffea692d48ea67c426626695112 0.02 MB 56 139
187,432 187,432 00000000000003503c7d579f1556d1bb45d9e52449ad35cb7c2dba6c4755a7d8 0.07 MB 118 79
187,431 187,431 000000000000036e789bb3a67f728cbf1ac78029569e0d799169deccc2489efa 0.04 MB 122 152
187,430 187,430 0000000000000932f32177b10e9e24e7f2902920a76459ece1630904c2062d62 0.00 MB 12 0
187,429 187,429 000000000000010f6a7c90c20d7e8f95911d958aa374191e5d4e7ebc50481a83 0.04 MB 51 66
187,428 187,428 000000000000016768f93450c16636027f6206569d4f56e5a2f852054a06ea96 0.04 MB 93 78
187,427 187,427 00000000000004b604d46ef2966c1135331c906e51bd3a9c5030ec8dba4bda01 0.02 MB 47 34
187,426 187,426 00000000000008336c6118c616eb9199619beb1e6bb438724174c4a2a7e73442 0.03 MB 75 79
187,425 187,425 00000000000008c64090a0b705cddc9ae7e79cf5602e9d954ffd39183a59cac7 0.17 MB 224 455
187,424 187,424 0000000000000230ea51f483cfca9647850e31f0586100e300a32c4cbca953c4 0.00 MB 9 614
187,423 187,423 00000000000002be26fdcd5cc9cc22006a14ae3a94f1e7775db015f1662e2db7 0.03 MB 64 91
187,422 187,422 00000000000005531177572d139e2622241b3b4c887de3ca0ff0a4257825a0b1 0.00 MB 9 16
187,421 187,421 000000000000050214d4e137cbec889070690dc4058d818bf783bfb3873e85fc 0.05 MB 121 127
187,420 187,420 00000000000002924e95d0303062cd0bb23d2ec8179e7278319658f13a0b2f2c 0.01 MB 32 0
187,419 187,419 0000000000000015d8a961ca65f11ecab6dc9445f6053df7d4b093acac1d6538 0.07 MB 113 101
Previous 10 blocks ↓
Total Size: 769.71 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,677.66 GB sent, 96.48 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.