Memory Pool Memory Pool Refreshing

316 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 307 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (633,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,934 273,934 0000000000000002e29b9be07c02a7a234be28ba714ce3669f531cc34afb39f1 0.21 MB 374 46
273,933 273,933 00000000000000019ecc9cbff9c12bbe8a1e467de9410ed5264a73b289cd325d 0.04 MB 89 42
273,932 273,932 0000000000000005b6152ab0f329792d82063ab5547e6d94efdb2da23f89643c 0.11 MB 214 77
273,931 273,931 000000000000000014c500dc41b480247c7ae8bb5df2f11d414b0a9b8b4f071f 0.08 MB 248 48
273,930 273,930 0000000000000001bdd0184c7ced98cf566df75210d2454a0758b6870ef56643 0.11 MB 239 47
273,929 273,929 0000000000000001de71350fe6c72915470f64373899ad63a5333b279133d7ba 0.26 MB 372 35
273,928 273,928 00000000000000016c6bc099d89645ed2fa10f061023864a2c9926a7cbf64201 0.24 MB 176 17
273,927 273,927 0000000000000001e20ef13a5103072a0a3c1cb09feafe5118c04d1f2bd1e011 0.25 MB 585 57
273,926 273,926 0000000000000002eb737d99a180d4e42b9ce65cb51a388e1f424299789a2bec 0.05 MB 79 36
273,925 273,925 0000000000000004d2e321ea49f0891160dba103d72eb3644c435452ee0541f1 0.08 MB 143 44
273,924 273,924 0000000000000002176eed1981afaa90d4b91e31773b12fcd4b8f23db7223a78 0.19 MB 362 45
273,923 273,923 0000000000000004f8dc04202cf2f99ac05cd567d0e2af690144c886e2275d16 0.03 MB 70 51
273,922 273,922 0000000000000003fbdb97abcf206dddab3349d65e0211778cef2abc014204dd 0.12 MB 329 38
273,921 273,921 0000000000000003da2b4a899eaab3639993ee52fe2ca83f09228d3cbfb4a57d 0.15 MB 323 31
273,920 273,920 0000000000000003d93ebcacc07e2c17763cb1f7936a56a4d7782440c4a931d0 0.32 MB 417 23
273,919 273,919 00000000000000009d879081c306eee3ac5096eb639c4a46f9ff1949689506f2 0.25 MB 758 68
273,918 273,918 0000000000000005dfe388330ecce519e7123d04a28871a9525fe4c9a9bafdcb 0.19 MB 364 37
273,917 273,917 0000000000000001e822d78662b9a7ffa87117fb0ddbfba43d598fec3afba39c 0.16 MB 330 39
273,916 273,916 0000000000000000a6e45b19c9768713755e746226396cab6fe576d451ce8925 0.01 MB 13 73
273,915 273,915 000000000000000111b119121d0e2ce932b5a30b187b3b7ed8d508922496fe80 0.03 MB 73 32
273,914 273,914 000000000000000151f7d7ae2c1f5fddd5143f4aa9a0ce0ecfb5c7f6777de0d5 0.05 MB 135 49
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.