Memory Pool Memory Pool Refreshing

4,503 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (629,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,503 278,503 00000000000000005a966a8fb6598edf89add7fc8ae6cba2933618fca5a3d53b 0.25 MB 710 61
278,502 278,502 00000000000000004865fb35fb7e7d5ce43a6feb50aa7df82a86619a5e096df5 0.00 MB 4 107
278,501 278,501 0000000000000002ffb99ae85aac3dcbddfd2ac0acad45fe5f92103d34254e96 0.15 MB 157 29
278,500 278,500 000000000000000142468ef10c92c7566a2f398f11b11e340d15c6aef19e1f63 0.13 MB 271 51
278,499 278,499 0000000000000001e86d3462299e72578219aa786a64cebe7a848308edd21539 0.20 MB 387 51
278,498 278,498 0000000000000002106d63408afe2d40dd8cbde271b85ce7bd8ae4760afe864b 0.32 MB 649 61
278,497 278,497 000000000000000181fd47a47727a6cce1ade92a77cc6a8adcb5deee15a8643e 0.25 MB 480 50
278,496 278,496 0000000000000002dde3b297f44eddaf45b7f69cdfb420d46cef0e8e521c5638 0.15 MB 279 24
278,495 278,495 0000000000000002087e371ac8ad879e4c871cd66c884b19c3169ac0ef3cbcd3 0.26 MB 470 43
278,494 278,494 00000000000000017182bbc0affbffa1f1aca4d2a479d1928f00576d0b549ab1 0.27 MB 497 43
278,493 278,493 00000000000000007488b530a2c208f8e1528b71c151a75a34d29fcfe0687c55 0.50 MB 1,177 60
278,492 278,492 00000000000000008d604383ddb6aeb3775a7fde1dd321adf194545cfe32ca8e 0.07 MB 167 28
278,491 278,491 00000000000000020a2fa28d4d4bec7dfd7ecf46ea00864f222a5d5b38a1f038 0.38 MB 492 21
278,490 278,490 0000000000000001d52c08e2d19762d8b11103f867535197c273a4b79bbeb5af 0.25 MB 530 31
278,489 278,489 000000000000000195d9b7f80bc006ab4eb182dc26c85a4b8b62ae4f26a4696a 0.25 MB 711 64
278,488 278,488 0000000000000002bc93b18f0e64d6f882fe93bebdae23891e8d8759922b5607 0.25 MB 582 41
278,487 278,487 0000000000000001537dba2ce1f76e60db366e160f052da3e15e748be45cc45e 0.25 MB 851 112
278,486 278,486 00000000000000010ba6426b6397347298edf260dab8a90de0384d2c672a930a 0.50 MB 899 41
278,485 278,485 0000000000000000122e1dbc5ade3a86d6ad32e52811ccdf5ce3c5ca72f437ce 0.03 MB 83 55
278,484 278,484 000000000000000238d73c9a721a1fbdc38c08ed1797011d17459fe62d275035 0.35 MB 761 48
278,483 278,483 000000000000000251d8c6bb4f73d2f68e359fe143dfd3645374a4d26d09388c 0.08 MB 174 28
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.