Memory Pool Memory Pool Refreshing

3,776 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (853,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
54,679 54,679 000000000f2e969d719205d77985ac81853f7f50b5fd630a7424573e63b1a560 0.00 MB 1 0
54,678 54,678 00000000062eba0be39224aed41394abd66a2f3cf5447a4c83a1f73884b159ed 0.00 MB 1 0
54,677 54,677 00000000096ef3ad2041aef2075c43018b5cd52e1305c3e1031d68958b1f9cd2 0.00 MB 1 0
54,676 54,676 000000000022ddad618cd019a5b8afa43beccc9c451fcbd258ee604a72a332cd 0.00 MB 1 0
54,675 54,675 000000000c5cc208c056117de482a80262aab1eda687691694d37007801bd485 0.00 MB 1 0
54,674 54,674 000000000125a62f882e888e8a852d953030612861a1ab34a9086a5650ac34f7 0.00 MB 1 0
54,673 54,673 0000000012aa69cd8f59501011578dbb864f81e05ccc0eda02b118f836dab680 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.