Memory Pool Memory Pool Refreshing

47,782 transactions
21.71 vMB
Show Random Selection Loading Transactions
Max Size: 126/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
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
880,827 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 896 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,826 (49,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,486 831,486 0000000000000000000330c7dc64877a650f69033e7bc455869093f1cd625553 1.61 MB 3,100 28
831,485 831,485 0000000000000000000057e52a8c31655639cb08bc29503978a0eb2557e2cb10 3.50 MB 1,191 12
831,484 831,484 00000000000000000002914bb6fcc47e9971bae002830ccbfd581a245c38c0f2 2.07 MB 772 12
831,483 831,483 000000000000000000029165b296b36eedcc587c19049e502339ae0200b885ab 1.49 MB 1,810 15
831,482 831,482 0000000000000000000165383c92155194a66e6ce90dbb8601cc3494218edaad 1.34 MB 1,265 15
831,481 831,481 000000000000000000028c0a994abb52e8462f1f57f9d6a2cebc4bc00a457864 2.12 MB 3,371 18
831,480 831,480 000000000000000000002ff10142155cfd5e026a6709caeca0ddcbce91c0e81c 1.58 MB 2,897 19
831,479 831,479 00000000000000000001477f39e4a025a6b5c6b09c0ebb3343ef57208733c94d 1.50 MB 3,025 27
831,478 831,478 00000000000000000000557561b0209a9ee53c91b531d5b162109feaf73d44ce 1.13 MB 701 13
831,477 831,477 0000000000000000000188416c228a8bfd30f57816b7d08f3126346d56a5a58c 1.18 MB 493 13
831,476 831,476 00000000000000000000b9afa81ac942e41574a2276a80db32cde02249fc0eca 1.05 MB 408 12
831,475 831,475 0000000000000000000199ac1f107a78957cdf1e081afec44b9ceb19864f0b1d 1.62 MB 1,914 17
831,474 831,474 0000000000000000000293a986c770f419d5d670dc0c2731d8296b829b915576 1.83 MB 2,920 21
831,473 831,473 000000000000000000007d4d478759a07c588d389aab301017d31036e86fa988 1.15 MB 910 14
831,472 831,472 0000000000000000000071bac7db6704df8986331b83b5d8493d2a9a62bed2fc 1.98 MB 2,707 20
831,471 831,471 000000000000000000017612e165f89566c1a8cf071a0425c5d5c22b7286045a 1.54 MB 1,973 17
831,470 831,470 00000000000000000001a609ce88e10540fd1e4b59d8e0b4f2b88624e13502dc 2.15 MB 2,024 19
831,469 831,469 0000000000000000000202314500388812a90f877cbb76e8d112595b1e665d26 2.00 MB 2,100 17
831,468 831,468 0000000000000000000187324498bbf808237bc196aba233d092659a231a549a 2.04 MB 970 13
831,467 831,467 0000000000000000000294934afa70cc361d6bfc3223cb31590291a6e67bb418 1.93 MB 2,510 18
831,466 831,466 00000000000000000000d0a153042624f53f724bd14ab7cd4eb7fa1590f63f1b 1.77 MB 2,718 23
Previous 10 blocks ↓
Total Size: 719.99 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,878.50 GB sent, 64.99 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.