Memory Pool Memory Pool Refreshing

3,142 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,633 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (665,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,723 242,723 00000000000000cf312496cfedc4c3fb82675185b2c8ce067f245b21d09e7a70 0.04 MB 72 99
242,722 242,722 00000000000000600c722b16ab74fc3224094a5eb0c51f4462296bfa5b4a6f72 0.03 MB 58 123
242,721 242,721 00000000000000c04caf780e6241cf731f495bef9d3bc954179f9ac84a3984bd 0.16 MB 288 133
242,720 242,720 000000000000009da24b7ee46baf813d877d3fb68a813c66ade9f4844071fbf4 0.00 MB 1 0
242,719 242,719 0000000000000085bcf2e744d33f0ebbdf690cb56ab1ea1907bd96ce704f0d32 0.00 MB 10 298
242,718 242,718 0000000000000056cb1758ed511cfa731296b9c073c4a3b37e61cf63c5de708d 0.08 MB 151 137
242,717 242,717 0000000000000029f690aaa932d95e303228395caa5b2212bd44898b8a173063 0.01 MB 12 260
242,716 242,716 000000000000006fe6738b8f14a5541a3a880526f0ed49e063747c2d5010821f 0.01 MB 19 77
242,715 242,715 000000000000001fe14d189cf0d7c86cdfc87263c1eb1d1955920a48d0b7e82b 0.25 MB 500 154
242,714 242,714 00000000000000c305800eaa89618142edce26ab2dfafbbb2f3e80fcf64deae4 0.17 MB 420 166
242,713 242,713 00000000000000bce51fca07fcbfdf15dea1f33e9156a2cdd2ffc7c5472e1899 0.04 MB 98 134
242,712 242,712 00000000000000dd9e3e710f21467a04aaca86af31390e4c5ff1ff4d1d787ac3 0.10 MB 244 141
242,711 242,711 000000000000005fb06886eb00bafddd4a7176c466a0d6350a6abebc81fb695f 0.09 MB 206 1
242,710 242,710 0000000000000006ddda4fd428d70051c62cf69979f2e931cda53411f40bceca 0.08 MB 145 82
242,709 242,709 0000000000000076ed9c27a540f286516d75a4c929c693c0c3e0c81bfdd336b3 0.19 MB 312 125
242,708 242,708 00000000000000858478f82a1a5066da65ba7b6047bea536c9dab5e8ddee2cfc 0.15 MB 249 70
242,707 242,707 0000000000000020496cf521317a3852edaa6face26f3dcbe9c5c0c1d6e82b25 0.25 MB 466 1,247
242,706 242,706 00000000000000dcd05bc83bbf8983856d1c38fceae0e98df137edb7ccc795aa 0.25 MB 342 142
242,705 242,705 000000000000003c815e9e29bc426c02e04343602b5fe1a8c63559371003f2b5 0.25 MB 734 544
242,704 242,704 00000000000000bcca14825a697b3319fd88cd1668a0dc8d8081e4a85d576ad6 0.03 MB 75 144
242,703 242,703 00000000000000c816eac69d289cc86f638a8a5b053584cd4b4d1eb056adbe12 0.06 MB 62 83
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.