Memory Pool Memory Pool Refreshing

3,449 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (15,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,200 892,200 00000000000000000000978d3ed04d8304622dd183f0100d006c0a17740dafc3 1.60 MB 3,987 6
892,199 892,199 0000000000000000000009b42d9080f111f7f791ff734c8adc92039d874e922a 0.59 MB 1,543 1
892,198 892,198 0000000000000000000187461123406ccf0def7a788576c4917934c198a64c0c 1.41 MB 1,980 2
892,197 892,197 00000000000000000001174a47fefc1ede79381c51fdd6d40cffb3d267d95036 0.55 MB 1,121 1
892,196 892,196 000000000000000000018bea87414e72479d7420ca7500c01e21a479718a54d1 1.50 MB 2,803 1
892,195 892,195 00000000000000000001bcd514e55baa93ee78a228038a19fd7fdb975eb00cb0 0.43 MB 923 1
892,194 892,194 00000000000000000000440f52b18709842e25dd5774e35c4160f8b267be4c40 0.52 MB 860 1
892,193 892,193 0000000000000000000019b761a657c51e637402c1107e621ebf1c6f55d4f1f1 1.75 MB 2,783 1
892,192 892,192 000000000000000000019418ec3f12a2815400e1aeef823846d58dbc91119b17 1.58 MB 3,306 5
892,191 892,191 00000000000000000001b3d98478b2b4d1d8db3cd8c0474a1db324bcd6503c15 0.69 MB 1,529 3
892,190 892,190 00000000000000000000f13503a18ac07679dfb88aca7f541291f2bc6caa17a2 0.07 MB 149 7
892,189 892,189 0000000000000000000134ba325b853f1ff82e8691ce6486fc67234890093e9b 0.16 MB 376 5
892,188 892,188 0000000000000000000221433d931b09e5756a510ea994f5d9c2a4e6c3d03f9a 0.25 MB 506 5
892,187 892,187 00000000000000000001e116285449215d252d15830f9ad0c80caaccaf469f3d 0.23 MB 506 4
892,186 892,186 0000000000000000000153170b3568057693e29aef0ac157fa97ca0682240a3b 1.92 MB 2,376 2
892,185 892,185 00000000000000000001363681b8812ed5afc63cf0a05b318a5e273e6f88987f 1.95 MB 2,788 6
892,184 892,184 0000000000000000000099c3db1d7fc3698adf2635aefc704922a3675af3e9ce 1.85 MB 2,764 6
892,183 892,183 000000000000000000017644f80a7cd4ab37cd996735e365b27371f5c802769c 1.98 MB 2,419 3
892,182 892,182 0000000000000000000217159ab8e9b36434987db67bf6ceba51a622a559117c 1.64 MB 2,859 2
892,181 892,181 00000000000000000000ab9bd01c92b2973b83cc20f4fdfd8638977b88e3d0f4 1.75 MB 4,199 2
892,180 892,180 0000000000000000000159c0ddf14000478adae16ca529e307bee4ccf73cfcec 1.74 MB 4,065 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.