Memory Pool Memory Pool Refreshing

12,192 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,076 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (649,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,472 258,472 000000000000000ea0111d70a82ebe934c876d21ab1909d708a6e13f5d628f94 0.24 MB 575 131
258,471 258,471 0000000000000022de0c465159e85e0bb792a03943b6b989f901fd2382842213 0.05 MB 129 108
258,470 258,470 000000000000001a467ae407250335c4bbf81130ee49e8e2de401aa7b313791d 0.09 MB 157 83
258,469 258,469 0000000000000011cf7a1435fc994a9cb412b62f749d821f5f9ff2e4502b0097 0.15 MB 234 77
258,468 258,468 000000000000000b0252051fe23d5ed4efda38458df48899117359ea2481d4bd 0.14 MB 342 117
258,467 258,467 000000000000000416ef58dfccce7e9a3ea02a8986c57019d644934aa10d6767 0.06 MB 168 69
258,466 258,466 0000000000000023ed5f31b05ef09fecda6d2391053484f45ac5539bc38e19df 0.14 MB 305 100
258,465 258,465 0000000000000024bb4bba0d53006f049b4bfad66a8db77f906e799b3c4b1ed4 0.31 MB 808 115
258,464 258,464 000000000000001f4519828448f77f4b3b6efadf6a4a076309ac4b4ad83e3843 0.15 MB 391 111
258,463 258,463 0000000000000001c8d6fc5531639906b41e167e7d9ac81fbb006bd7727f3de3 0.09 MB 178 98
258,462 258,462 0000000000000014ed9068a05cb9f0db562699583a213056dac4472bd94d7667 0.50 MB 1,320 148
258,461 258,461 0000000000000004e752a176bd78e080f7b81a1d40808a5859e1fef14b131d27 0.03 MB 39 51
258,460 258,460 0000000000000000d4364fb356ebd12bec1ad8bfa6c3243ff90ce8b7e0f1fe47 0.04 MB 93 95
258,459 258,459 000000000000001bf2f16588242b9232f63f4baa8b967949facd6cd756eeabf9 0.03 MB 85 106
258,458 258,458 0000000000000013f366243c8be52ef8fabce193ef5674d53a52009209e82eda 0.23 MB 509 97
258,457 258,457 000000000000000cb2d9d717495d5c427472c6515f6c9a4f227816a3e233db60 0.10 MB 163 77
258,456 258,456 0000000000000020329e3f40dbf4e8c9bd644bc296274df09741d111d1ceb36b 0.06 MB 128 119
258,455 258,455 000000000000001341bff56fead3a3d9348d8e14c203b36e8e8d5faa17b430c9 0.40 MB 490 49
258,454 258,454 000000000000000f9712e5eed31caf1522e903c6c02b2560e6d86447886ea8e6 0.10 MB 256 152
258,453 258,453 00000000000000223994858e7ee19080a710475efe4bd44c0a2eeb9a2eaf4211 0.13 MB 318 103
258,452 258,452 0000000000000010fc2f8612f359440b8ba791157e5171b83c90bb405f462c33 0.18 MB 474 126
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.