Memory Pool Memory Pool Refreshing

653 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (744,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,201 163,201 0000000000000a514e86288352b8092c249baa51694f69d060870eef1efa6af9 0.00 MB 3 0
163,200 163,200 000000000000006a4c9c33805a0798c894cfb3b0c91918a694ed85d65b3d9000 0.00 MB 12 79
163,199 163,199 0000000000000787290283750ccbe902144a11d130a61542f7a29b475a5de126 0.01 MB 15 513
163,198 163,198 0000000000000946a2fe7432f55ea1430459959681099c58547815d2ecb01fc7 0.00 MB 10 69
163,197 163,197 000000000000055f362c3c62baae8ebd68c0bcefcbaa2fc6778ef24098d79651 0.04 MB 75 290
163,196 163,196 0000000000000c96476bc49af3d890d743d37db14623c54955ca368ff9c9288f 0.00 MB 8 29
163,195 163,195 000000000000020fc745d93dae16ba2f664e658e7d217147d1daeeb970fde123 0.02 MB 47 26
163,194 163,194 00000000000009c2f6c025c4dd9a736c049c4118a255e0d367f354829f6df56b 0.00 MB 14 313
163,193 163,193 00000000000004fde2ded7a616c7a4b4abbf1bf6d87674ebc17a898b5676c75e 0.00 MB 12 64
163,192 163,192 00000000000005f3c2b33fb6feae0d6032949cecdd1330fe52a79e5a040e37b7 0.00 MB 5 627
163,191 163,191 00000000000002b9933571b8e113fbd8ab85e438a5b2a8910fb735312210a3d6 0.01 MB 23 265
163,190 163,190 0000000000000d447398db5098678961013fb7b978cd909de834c825c00b7b43 0.02 MB 60 3
163,189 163,189 00000000000002d73ab0dc10e4176898d09281f1421f0c749510ca2008ea507d 0.03 MB 62 57
163,188 163,188 0000000000000ccc120b9ff1b66760ac3c534a2867f89a55a68ef163d0228e6c 0.05 MB 105 1,037
163,187 163,187 00000000000006849d1bf72f9b1aabde0abafedb72a93588568c15fbcc776fad 0.00 MB 20 41
163,186 163,186 00000000000008d7265ff2d118264509b5858c6eea9e401a0660b1fda1ad9001 0.00 MB 5 0
163,185 163,185 00000000000007e5ab7acbd8ac7ffdd8858a1cc3d7255795b22ad2a37ac520b3 0.00 MB 7 19
163,184 163,184 00000000000006302e28281fe8fad3cf690fd9bdfd835a7b087b498a8437c623 0.02 MB 55 82
163,183 163,183 00000000000008a8453b8868424bb2a0cb05a786bef61e0a8661415c16959c66 0.00 MB 7 506
163,182 163,182 00000000000005b9d7acf1dc1f53dff72a7590da560e91dd9305d389d4e8ade0 0.01 MB 11 30
163,181 163,181 000000000000048a1fdbb87bfdc2c6860fc37040e4ecda47129462ee460c89f9 0.01 MB 30 136
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.