Memory Pool Memory Pool Refreshing

9,297 transactions
2.77 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (607,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,887 299,887 000000000000000070aa1f096eef105e0ad89cec01443698298e56901f26990c 0.35 MB 222 15
299,886 299,886 00000000000000005de4312ed3a3a51bc070c2f313e214e063d73f508d57c396 0.35 MB 826 33
299,885 299,885 000000000000000015ed913fff0ce91dca84b5e72e4596eed51366fe999a18c6 0.35 MB 1,087 857
299,884 299,884 0000000000000000586e1c2d52cca6f75388dbe795e59265599e640594eff5ef 0.05 MB 99 10
299,883 299,883 00000000000000005a987157320e08d7881360962e7134c497beac768c51beb6 0.48 MB 455 25
299,882 299,882 00000000000000003581a7e5d0e10205803803466240668215d178b216837386 0.35 MB 832 41
299,881 299,881 000000000000000078f1c932c0c2e44ab5f207aa2fe77f73a0b612794861a301 0.90 MB 1,421 30
299,880 299,880 00000000000000007743c96e69e3a525acc93f3c8905796c97678bea37caef9f 0.01 MB 8 206
299,879 299,879 00000000000000004561fa3bab7d6579d44b57586ea39f1f266118e5f973e7b1 0.17 MB 407 34
299,878 299,878 000000000000000082f175536f91ea5a3baf89db7032566be73b59126a0e2302 0.28 MB 208 15
299,877 299,877 0000000000000000764bc659332da62116fec6f2bcd82e515e24d08336b13e98 0.92 MB 2,090 31
299,876 299,876 00000000000000007ea02b0e0f14a197f17846505fac962a9e5b974378c351fd 0.25 MB 842 104
299,875 299,875 0000000000000000171c808bf34e271f150d150531cf07d0a7658c9d8cfbb332 0.07 MB 153 34
299,874 299,874 00000000000000006a5db1293e7efcf23d63717853d25ac8bfd1afe6dff0930a 0.43 MB 782 33
299,873 299,873 00000000000000006880aa80e478f86960cc6cfd6f51c15cc75ffe0d16bc1f9b 0.25 MB 359 28
299,872 299,872 00000000000000000299006c3f8d03f0325c683bc154507ce1c071ac41b8e4a5 0.35 MB 838 41
299,871 299,871 00000000000000000d754fb3b5292254e161afc1716a971751b0ee9bc1b9a32e 0.19 MB 296 26
299,870 299,870 00000000000000002f4f397b9b272874f5c7f738f380ce9890a42a0825adc0f4 0.13 MB 258 37
299,869 299,869 0000000000000000553e3e8c8ff127b351704ff3c1a80cc346c85973a4eb6bcb 0.05 MB 128 66
299,868 299,868 0000000000000000124a47da80154441c89ca20268c721765f8ef50cc1100df7 0.16 MB 292 29
299,867 299,867 000000000000000026f0cab4ba8edf3f21c079cc85d24452d12b98e075537412 0.39 MB 624 27
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.