Memory Pool Memory Pool Refreshing

8,714 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (863,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,383 45,383 000000000acd5267f6af10be6f11e24580ff6d1bc5c8f97e5c95df10c18b2104 0.00 MB 1 0
45,382 45,382 0000000026860d49355bdda462f6d34e73fa9f4e2c38ef13dbb660ec570b7271 0.00 MB 1 0
45,381 45,381 0000000004678a5b398fd2b6ff1060ef5693b83b37d2bce0beffe33943fd4f53 0.00 MB 1 0
45,380 45,380 00000000196b57e60355c9aa74d8b3903dd786df011a6534dbaf36f440f7020a 0.00 MB 1 0
45,379 45,379 0000000021f6eba9831f56da2a8ab28e818fb901e178cf2687bbfbdd4e70da25 0.00 MB 1 0
45,378 45,378 000000001e4d9bfbf3d9e58a7920d1d07e6022d51767aaaf4f5ddf92e5839cc3 0.00 MB 1 0
45,377 45,377 000000002295320d4c48e86710d538c86c92d1874fba4b53d13f689ee4768e47 0.00 MB 1 0
45,376 45,376 0000000032385d1e26f0dde12469f9f82af9c173ab19403641071d58915c6da7 0.00 MB 1 0
45,375 45,375 000000001dcb7192874a9587b74d7f82d94918a616aaa70a6a2ce963fdc986b3 0.00 MB 1 0
45,374 45,374 000000001ea80f5eb19656e4d20d99bf3ec86696be32d9ed5660dc8515be29d4 0.00 MB 1 0
45,373 45,373 000000000b55788872e1a46620e599af9e0f36ba371337f71c6c7bb63001dd1c 0.00 MB 1 0
45,372 45,372 0000000011d82c9530c5c27c9218c2acd9b4fa3912620f0ae67439fd9d877a33 0.00 MB 1 0
45,371 45,371 000000001a2833781216521ad4f21cf684dcd2b74eec099839347921eec41e4a 0.00 MB 1 0
45,370 45,370 0000000024a670c83f77ccd0308be5ecb0dca9f4e9da1ae720ab96cbcce9827a 0.00 MB 1 0
45,369 45,369 000000002a43eaa63203c9e91d207a2590ac701bd065308abea1407d62fc8471 0.00 MB 1 0
45,368 45,368 00000000263965f871808f3108f07eb57c48b60ec6a4afceda118e83b81d1336 0.00 MB 1 0
45,367 45,367 00000000208aba7e9d63cbb5ec61be3b7f24f20d02de6ccd20316f1d7b60e86c 0.00 MB 1 0
45,366 45,366 00000000188259fc7bf3c3f7c51095e510210abcd63d3868909752fae5162537 0.00 MB 1 0
45,365 45,365 00000000118f7eed9f33935122223904ba7bb6b48bf494ff7115dce72860a468 0.00 MB 1 0
45,364 45,364 000000001c302cb9752cb103a2da3ac43e9d02bb27481811d48eb274478f57b4 0.00 MB 1 0
45,363 45,363 00000000084fa8b582afc90352ab53480e77bfa6065639d9dce9dbb0d35c1e86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.