Memory Pool Memory Pool Refreshing

500 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (905,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,091 3,091 000000009aa083e76b59647fe7b1b73d9ee18470741c59d788b33d9ca9e1b815 0.00 MB 1 0
3,090 3,090 000000006b9689a5d2eb6da05a901a2e197738c0509b570151263736f0b29e03 0.00 MB 1 0
3,089 3,089 00000000f1d6d6a4200dc8f0d2b9d2a70fd5e14e4f4534050b88bb2db800de19 0.00 MB 1 0
3,088 3,088 000000001c66cf28e4186b2240492bee3c63a2e71ad2deef034b76366f6143de 0.00 MB 1 0
3,087 3,087 0000000000f2a226a43a012b50da8cad09c1cec43834d14681efa9974e623b85 0.00 MB 1 0
3,086 3,086 00000000cbef185e083d66765bd78e563c3b50bd112ca078d500c2292ab7f776 0.00 MB 1 0
3,085 3,085 00000000108a0cd17dd40745752768b9647d80581d861602a7fa4dc5e0ac6a1a 0.00 MB 1 0
3,084 3,084 0000000097ae206cfe8db5a04816e5803bbfe58e3d400d4d1bb8994deac61707 0.00 MB 1 0
3,083 3,083 00000000874d2d7346e90547a739390e5be3e7cfd367d0ee5f4ab515f89428d3 0.00 MB 1 0
3,082 3,082 00000000a0a3ceb93d4e40056addafae7fe7682ab61f78ba65b2c9a76fe02b78 0.00 MB 1 0
3,081 3,081 00000000ada888a1cd4f3742d5801405939193c5cbe34d4b8c39a99e2039a466 0.00 MB 1 0
3,080 3,080 00000000ea07f354aaf01517b170749d7f8e70732d1f5edf0299232532f04932 0.00 MB 1 0
3,079 3,079 0000000048bdd6234a18dd0a752de2ec2b6000a6d51be07db45b33b6441b0e9d 0.00 MB 1 0
3,078 3,078 0000000093d83ef0269311b4c3c73e89ed5e1b7bfaddd27cb1442d8086f19202 0.00 MB 1 0
3,077 3,077 00000000978739bcc064e4cf7da894ad98f4529e5c93b149cd4b6d134b265d7a 0.00 MB 1 0
3,076 3,076 00000000f71567e68faebf55d2aff6d913af2e3a96007d29dd47c40478f3d9f6 0.00 MB 1 0
3,075 3,075 00000000135d526c5e8aaf9925bc6f523195862e18de359c4db66e39f01fbed0 0.00 MB 1 0
3,074 3,074 0000000046a4798ecce0245d7cadb0cf857639461582a7cebaffb064f7897012 0.00 MB 1 0
3,073 3,073 0000000012f193e7e068070ffa7f2f8bc2262ca9db0c115a2bd210ad152e9f3f 0.00 MB 1 0
3,072 3,072 000000002a871d6e5cd6d89b551dbc96d992637000bb02ba10140e41bf06ae19 0.00 MB 1 0
3,071 3,071 000000002fe533f8072b16630474527667d8b8b6c7ab1b9add74ab68250f623c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.34 GB sent, 99.61 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.