Memory Pool Memory Pool Refreshing

4,008 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (762,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,817 144,817 0000000000000813ea1835af1e083d5c6bf5e45269002147be43f6427296dbf5 0.01 MB 23 164
144,816 144,816 000000000000086919c501631476cccea79c7a2b615f9b8aded350e012d7d7f3 0.03 MB 50 427
144,815 144,815 000000000000081f117eb71114e90d81d6026e530a0dbca7e4a19b27486b0b98 0.01 MB 20 195
144,814 144,814 0000000000000617ece942b47b0619f23f918d69ae6e1f782ac5a4f1e612530f 0.01 MB 23 91
144,813 144,813 000000000000049ee787140d13120ed637346ffaf90bfc89218b2db5123a135c 0.00 MB 3 94
144,812 144,812 00000000000004031d000056a84e213fc22b8990b91d1b169f80dcf1b057c44c 0.01 MB 34 222
144,811 144,811 00000000000006c969f0728e13b805232a172e94d8db395ca5674030b561fa81 0.03 MB 90 134
144,810 144,810 00000000000006d0e09aa46ee92346499076dacbda7368f0a28d3cb10b6458c0 0.01 MB 18 193
144,809 144,809 000000000000090bb630be3205d64c474a88e50d9a017e80e47233e15ebbf7f3 0.01 MB 29 193
144,808 144,808 00000000000003bb2548df80db3cffa2097be685e9ab626549ed1f3348a1d11c 0.02 MB 39 135
144,807 144,807 000000000000088cac9e465680a9d1c1fbc22910f242d3845ca3898d4b101083 0.00 MB 1 0
144,806 144,806 000000000000069c2b94912774173dca8a34e514789681035b6bc5140682f3c4 0.04 MB 120 207
144,805 144,805 0000000000000965b25b849852e4b1531dd9ba32aafcf5068d4235af943b6075 0.00 MB 14 58
144,804 144,804 00000000000000d8745df4b73c42894dd8e42b9af44f10846d315484ce7f1753 0.03 MB 84 209
144,803 144,803 00000000000003559089f1f7f292d48e9dcea7a2e628160c721a1ed86b19cd6f 0.05 MB 129 325
144,802 144,802 0000000000000833cb75b78a40aa997976bd46d41e9f302c12c969cc301c7888 0.01 MB 27 64
144,801 144,801 00000000000001f632092fba2a8586cbc4d63cd4f0c5118c365278e370befe01 0.02 MB 69 160
144,800 144,800 00000000000004f3e90508470e2f852b644a194d32044807827ac49c3c2a6b4c 0.00 MB 1 0
144,799 144,799 000000000000014f5038a5489af18ca877292369c367fac53c4d043a499b107b 0.01 MB 14 281
144,798 144,798 0000000000000633daa613b1dd758591507f96d177e934e35d552a799b736910 0.02 MB 18 133
144,797 144,797 000000000000059f1e41d5b7562aa105e8f490bbb7c3ca0772bbad9d22f39a4c 0.00 MB 6 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.