Memory Pool Memory Pool Refreshing

8,801 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (36,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,499 871,499 0000000000000000000204d5335fb9361f6da34cf7e16438f7cc46cdd77a2dd9 1.53 MB 3,194 8
871,498 871,498 00000000000000000002aed5bbc67a2aabe890c93407f8541471d989c4e49080 1.58 MB 3,608 10
871,497 871,497 000000000000000000025476d8907e3fe95f8707c94fd2dd978c2256db23c801 1.58 MB 3,259 7
871,496 871,496 00000000000000000000022bbcca0ac24007d1a46ca255de9f32bc6e78e9d218 1.55 MB 3,263 5
871,495 871,495 0000000000000000000089a8eace7d452b827a73519bbc995e15c1def236fc05 1.56 MB 2,624 7
871,494 871,494 000000000000000000006d881fb1020a2a3614bf33521310b1c55e9fcfd53318 1.60 MB 4,000 11
871,493 871,493 000000000000000000011f2804bc4420aa336ff905789453961a9af796a6d27b 1.56 MB 3,023 11
871,492 871,492 00000000000000000001d606244c4b11ec4468a0b936b5864dbd2e969353c1ed 1.58 MB 3,600 11
871,491 871,491 0000000000000000000054676acbd72437b54e420a878ee9c2cb8e7e10ac5e73 1.72 MB 3,487 5
871,490 871,490 000000000000000000002bdf7583b609ae8745ff30a82b34e41ffab1808b8dc0 1.74 MB 3,599 5
871,489 871,489 000000000000000000029e8d6990e8350ee4c658d488f15478f76a8ef0e74701 1.65 MB 4,228 5
871,488 871,488 000000000000000000018670db288aa282a4afb49145fafa98aa4eecb685458b 1.57 MB 5,142 5
871,487 871,487 000000000000000000019e8c77846cb2f112fe4f4e49e47fb2b680fd67b228e3 1.49 MB 3,040 4
871,486 871,486 000000000000000000018be76ce8c177fbf2aeef0231f88171ea46be258a2253 1.33 MB 2,412 5
871,485 871,485 00000000000000000001bb8b661937caf0d4442b41aef7a43e730ed00f8ad017 1.58 MB 3,372 6
871,484 871,484 000000000000000000002b814305dfe9dfcbde3845b3acd265b77667534b315f 1.59 MB 3,384 8
871,483 871,483 000000000000000000017f1083c779d6c950a379ee4169ec93c6e449a797fd65 1.58 MB 4,475 11
871,482 871,482 000000000000000000007fd5346c534e5ad78957b169e691659720ba62c6bf24 1.69 MB 3,638 12
871,481 871,481 000000000000000000028d6b11e3c514747cb06032e9c1478e41bfd98c8def8a 1.59 MB 3,313 9
871,480 871,480 00000000000000000000ac7ab03ac21d0516ef6a0dc410ca271b0f4d9e159dd5 1.55 MB 3,460 7
871,479 871,479 00000000000000000001e441a87c2e75c8d1caa5274e7902eaec5fe79fa8c6aa 1.61 MB 3,396 11
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.