Memory Pool Memory Pool Refreshing

5,163 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (687,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,815 219,815 000000000000025eb9755182d0a6fb7f74f82de9f8d37a387cd7eb47b85a6062 0.18 MB 391 187
219,814 219,814 00000000000001eef8d2e6dcb351eac882221afea8be41c43b7a21fc7138d4ad 0.04 MB 105 168
219,813 219,813 00000000000005144b110607a528822d427756e7765a21f08c02dc39dd21fdbd 0.17 MB 451 218
219,812 219,812 00000000000002c0cf165618f0dc13ed385951fc6192364cb0cc36fdf7487232 0.22 MB 508 190
219,811 219,811 0000000000000046a1b31195757e44a6a9d30ce75c77a855262623b940668b74 0.17 MB 382 187
219,810 219,810 00000000000004cce890839ecc7a680b095dd28cce99f964bcfadcd43e4be389 0.25 MB 420 151
219,809 219,809 000000000000034d27dc4b5d432da0a6f178bbac7a8823345769859c340d3ade 0.04 MB 112 177
219,808 219,808 000000000000038dbfe1aecaa6bde959ed43145f71dc47ff368fa5243705daef 0.06 MB 176 3
219,807 219,807 00000000000004a048a219c4a72e733fef0c6713de726a5ac794518cee43596b 0.23 MB 587 194
219,806 219,806 000000000000034c904dea7b7eee131df6cfb27eba057dc7289969dc28984d61 0.18 MB 475 189
219,805 219,805 00000000000001e3ffa33a55382377326e5d48a10d92c6ca06dc22d2f70245c9 0.19 MB 222 112
219,804 219,804 000000000000047f82d55fdeacd2f7d04063a63f96e754142096bfaf964a3586 0.00 MB 11 159
219,803 219,803 000000000000017ef0427f8e79a03652af19b9117820c3fb4d101f9889f91df9 0.25 MB 304 85
219,802 219,802 00000000000003d21feff0aa22fe91ed50d523192bf6d47dd9b6755de896b512 0.25 MB 604 238
219,801 219,801 000000000000044121b4e46041e13d728dd6e0959d02dc8cbd6c1bc4ff58e8a6 0.25 MB 674 257
219,800 219,800 00000000000001f03f611c9f763e6a5f747c92cf4693e4f8aa05f47f99ed6440 0.25 MB 548 184
219,799 219,799 00000000000001842967f6a3894c18102d816c9ae375bdf4f410822278c9ee6b 0.00 MB 10 29
219,798 219,798 000000000000013f9f459a0a2d26742aa20c2ee41e34a4ef32eceeaff9e3b2a0 0.25 MB 723 230
219,797 219,797 0000000000000087b4033e04a3c29f680709c161a59cdd7192091dd060187cc4 0.12 MB 300 203
219,796 219,796 0000000000000004e0ad3d8883ddd841550d05df664bfe2454f9b2733a11a9a3 0.11 MB 226 132
219,795 219,795 00000000000000e3d639d89fd4829a516ec6ac39e5c72380df2cc5cc605b1739 0.25 MB 628 216
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.