Memory Pool Memory Pool Refreshing

1,941 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (608,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,795 299,795 0000000000000000219daed4c47c7961bc3ee3232eafb6a417c1e0c13732de58 0.34 MB 704 35
299,794 299,794 00000000000000006cbdce350ace370c1d1c78fb53c3a0b1f2a7435a5d823639 0.28 MB 409 28
299,793 299,793 00000000000000006e6c6fed416366e78c43db8c9d07957080aa9d3bececaf36 0.25 MB 532 35
299,792 299,792 00000000000000004f30f2c3122c1faadf45372f64412a2b4a1ee5781a0602f0 0.47 MB 847 34
299,791 299,791 00000000000000007046a6382db96a3a485791fd5c2e2c275858f2319bdf1f7a 0.07 MB 66 18
299,790 299,790 000000000000000041c3944af1207e1dcc32df9ab699fe3ad0f376f77a1f09ca 0.25 MB 229 15
299,789 299,789 0000000000000000087e1bd23437d32aa960c3c8b22fed5fe7329bb5b6f202ae 0.08 MB 124 25
299,788 299,788 000000000000000014c5f3c1f08c240e71bceca357e7fecc2341c601e1bc940c 0.21 MB 302 30
299,787 299,787 000000000000000013e388de1ead3c54f4f1177d68ceb607eaa14e75269fcb0b 0.03 MB 38 22
299,786 299,786 000000000000000023e5f3c1fe156e75a8535f6281e5e9fd8256c9062bc6cb32 0.15 MB 189 23
299,785 299,785 00000000000000001b89e2f00ad855dba4514e104f85540d454a9f916d1513c8 0.18 MB 238 32
299,784 299,784 00000000000000003c5c077660529c0267c3cdd0e0e337f026cfbb1d3009ff08 0.28 MB 539 35
299,783 299,783 00000000000000002fe1ea65b758abd66828c98c9def9d1bafd94e4707f0e297 0.02 MB 33 27
299,782 299,782 00000000000000007d54e40ca213196a77435ff3f70ecf457fe601041faaff24 0.12 MB 222 29
299,781 299,781 00000000000000000ef6a8adb840e816ff5143de447c732351009ffa5179405a 0.18 MB 317 31
299,780 299,780 000000000000000078810142e41c993bdd01ce5dfa6f43ebe7cf174752d6370c 0.35 MB 725 35
299,779 299,779 000000000000000064bc59539e3bbd8a37f6f9387a12f24b97164ab7ed873470 0.03 MB 64 34
299,778 299,778 000000000000000002e6e573eb5a61316c772ae6f35cbaac4a5f78c78770be77 0.14 MB 271 29
299,777 299,777 00000000000000004899735c1103f10c10b705ea69ac7662e6f86231cbb1bf24 0.09 MB 96 20
299,776 299,776 00000000000000002696831bfd13fc8392354dbd60b81c88bc11fd32bbd3d507 0.35 MB 775 40
299,775 299,775 00000000000000001a00b6c439dde3895834a34fdd28bfdbbbac41abe5e5ff1b 0.11 MB 68 8
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.76 GB sent, 94.07 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.