Memory Pool Memory Pool Refreshing

8,651 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (29,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,717 878,717 000000000000000000006104c166e766225d87a73bef23e59f1045cd82ff1926 1.76 MB 4,379 2
878,716 878,716 0000000000000000000258b375cdeddd3eb9ecb66ea01d89f9114546b098cbd9 1.66 MB 3,488 3
878,715 878,715 0000000000000000000287bf067fc671c6f6a702eb709c4bbbc18c4b5132c0e4 2.07 MB 2,729 1
878,714 878,714 0000000000000000000190d90ca6778e2ff30fb893775e3c38b47c6aa149f7ba 1.76 MB 4,184 2
878,713 878,713 000000000000000000015efcd97cc7744796210d7efb6ea8e76b16fc7866814d 1.73 MB 3,287 2
878,712 878,712 0000000000000000000146807399c5a5008612f0b85a067040b4a2af1f057f5a 1.63 MB 3,669 2
878,711 878,711 000000000000000000017686fe62bd58cd35189bc6fed6d7e5837dcac04402c1 1.80 MB 4,412 2
878,710 878,710 000000000000000000010034564d409c12b548d9d4643c3336ad12694dcbb16e 1.88 MB 3,543 4
878,709 878,709 00000000000000000000817ba709521efd9971b831ea3403ebce4b3d11a1f06f 1.92 MB 3,148 4
878,708 878,708 0000000000000000000283a4b0f6ce828a421f2e14da0981e30559d808e7847b 1.77 MB 2,508 3
878,707 878,707 000000000000000000006044f94a839dbb3af3240a76e854c84ea836236ec719 1.48 MB 3,254 6
878,706 878,706 00000000000000000001deb46faf1ad233288a35d504f74412ff9f69c79ab759 1.55 MB 3,954 7
878,705 878,705 0000000000000000000102b8a74a6e9b9344f0abb3ba25dea7f847c7296fb21d 1.58 MB 3,534 7
878,704 878,704 000000000000000000023742dcd85e26c7adf4a7c712cf72cd55e8649e21e7cd 1.89 MB 2,678 4
878,703 878,703 00000000000000000000fd8c97a72aab23e61cb4a7072129f27630d5da17c896 0.00 MB 1 0
878,702 878,702 00000000000000000001b17df59e1bfd2a18c553a842d6342aac51c16f747abe 3.07 MB 1,047 2
878,701 878,701 00000000000000000000aba62ae7865ae186c1e57f4eae9bfe7b2b40820a1f6d 1.88 MB 1,789 2
878,700 878,700 0000000000000000000171f20bfd2a91c94c022a04297da575be1c9f878abe04 1.76 MB 2,563 4
878,699 878,699 00000000000000000001f999a0f11367b830329f5264f11d8278d1502c27c110 1.86 MB 2,160 4
878,698 878,698 00000000000000000000c147db5bbfca0334f28edf62e8bef09bf6b2aebd266d 1.69 MB 2,439 3
878,697 878,697 000000000000000000024c44b4444145d4e0d4ac33f9e42852ce4e835d51b879 1.68 MB 3,134 4
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.68 GB sent, 93.07 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.