Memory Pool Memory Pool Refreshing

3,705 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (15,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,206 892,206 000000000000000000023a340a37a10ee8e24a5e18bd5573aadc359fab8c50f2 1.57 MB 2,225 2
892,205 892,205 00000000000000000001a6d21fe118430de2a2662803659ad600623de8f2df6c 1.69 MB 3,066 4
892,204 892,204 00000000000000000002386c1c71cbb75008a36f2c52d9d7181814b3b6fdac96 1.91 MB 919 1
892,203 892,203 00000000000000000001f09b4270c1081465051460cdb70c3328e3d4996a514c 1.65 MB 3,387 3
892,202 892,202 00000000000000000000e32c3f8b512e9cbbd8318ae90d8f7deeba651e4cb252 1.68 MB 2,413 2
892,201 892,201 0000000000000000000220c055166e70f2a5690c1814a97e3098047cafa7aa29 1.64 MB 4,241 4
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
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.