Memory Pool Memory Pool Refreshing

6,998 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,607 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (853,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,700 54,700 0000000010dc1658d00e14bf262d469225174347566917b739cf1409ee3e5edc 0.00 MB 1 0
54,699 54,699 0000000003308358403ca58e1baa535051719789ce1e88e781c44222516ede7d 0.00 MB 1 0
54,698 54,698 00000000112736d7db7694e3473eb7b9ce7990828b123b4496adcbaff2785552 0.00 MB 1 0
54,697 54,697 00000000018cd448010a8e83631a9741769a94a8c942ba451d5b7510c11333f4 0.00 MB 1 0
54,696 54,696 000000000089bf594f2d7764631e1cfafd668494dc2c861cb2245704bb42f9d0 0.00 MB 1 0
54,695 54,695 000000000969a22be9f1943e5afffa0691b4ba8deaef52d02777f187c31388fa 0.00 MB 1 0
54,694 54,694 0000000008f641127de8cecc71dea1fc030bddb956b5e9343fca5a53cd4860eb 0.00 MB 1 0
54,693 54,693 00000000129bae68d3ba44a900d0b64c53608083de54fe164dc2f4c70aa26190 0.00 MB 1 0
54,692 54,692 000000000d4ba1e1602d103552b8555fb282a70443b28c00221a00976c33ba9f 0.00 MB 1 0
54,691 54,691 0000000003e693bb73af36206a87f6916d93f9b1e9115f02fb3c4142ddfd6330 0.00 MB 1 0
54,690 54,690 0000000005e307fac11977c526e5782c9033feb606a6fc9b32c4570cbe032cdc 0.00 MB 1 0
54,689 54,689 000000000fdafc5ad0c6368704e58ca7ed437bbfb745cc31243cd8b587b8991a 0.00 MB 1 0
54,688 54,688 000000000615813e9d31a95d5cd7b2533a9b754853ba5602dbeda860edc0f552 0.00 MB 1 0
54,687 54,687 00000000121585508a387c075fc0737908ee95a044df191a63d2e39f03dd0148 0.00 MB 1 0
54,686 54,686 0000000011b56a9ac3145dd4a184c71e9a5c13b23b07f731c725e7958ce4f6d3 0.00 MB 1 0
54,685 54,685 0000000002c1ab9bb1bfad7a3041cdb59187f468b193e03c9829362e08388a29 0.00 MB 1 0
54,684 54,684 00000000077f5b3ca27973330a0c07cb9ba185e13cd5992a3893ac25a1fb2ead 0.00 MB 1 0
54,683 54,683 00000000090682d6f62b807b4898c0f197c41d87ac1b0d9b40cb7c0eb8eefd4e 0.00 MB 1 0
54,682 54,682 0000000002166db68f388621c76545f96f6f8d2d5e80d53a704b318cb096847d 0.00 MB 1 0
54,681 54,681 0000000006ed946b59747013fb927f48444e735098b30e18018afcba412863d0 0.00 MB 1 0
54,680 54,680 000000000d77cacd55bdbcfb0f18dbdcdeced0f8fcd879fbe2ef13f40f2fb942 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.10 GB sent, 100.76 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.