Memory Pool Memory Pool Refreshing

10,454 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,192 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (118,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,790 789,790 000000000000000000041d82fc8d65df45861888e48bd44789c586092fd96feb 1.78 MB 4,297 29
789,789 789,789 00000000000000000005dacc922a411a14428141f8666f9aeefe19cead5ac4f0 1.67 MB 3,926 42
789,788 789,788 00000000000000000002d9e4529e6f7b42054c437e4918bd5098296dfd821829 1.40 MB 2,451 112
789,787 789,787 000000000000000000012273a07cc6886d88de16aa5a05911b21c1257c1c94df 1.59 MB 3,791 49
789,786 789,786 000000000000000000031e9f745c55c19e1c6dea1c754143bbd1796de98c1f45 1.58 MB 3,391 42
789,785 789,785 0000000000000000000594fae58eee7616fc5db8bba509a9e1df1b875c361ea8 1.48 MB 2,877 70
789,784 789,784 000000000000000000048e56598d9124ef905e5cbadb047716421d215f416952 2.29 MB 3,342 30
789,783 789,783 00000000000000000001eb9e48c4067c0f536a38b53407bf6b8c00218763f476 2.39 MB 3,350 19
789,782 789,782 00000000000000000000c63914a3cdf08e9d8ac983055add9e35e52543c5275b 1.51 MB 2,467 58
789,781 789,781 00000000000000000001c38b48cf6fcbccda82512600fe87d0b358cbce8f1802 2.56 MB 2,968 22
789,780 789,780 0000000000000000000285ce6b31d08dc21a216d341369aae3a8f5154b3df4ed 1.69 MB 4,003 37
789,779 789,779 00000000000000000002e9ac94ebb249b80c57665037822d3c388752ede05664 1.87 MB 5,239 25
789,778 789,778 0000000000000000000529e8cf58cd2e47140b5ab5610d51adda82b8ab05512c 1.75 MB 4,278 32
789,777 789,777 0000000000000000000201e751b59bfa162063998360b71e580bd1b7687885c6 1.71 MB 4,427 55
789,776 789,776 000000000000000000057b524fc7cdd5e268a4dcf653b92783a7ffb3a54df6d5 1.48 MB 3,305 63
789,775 789,775 00000000000000000003907e3091aae58a2b77328437bba0bd32ad6cd6f61817 1.49 MB 2,740 115
789,774 789,774 0000000000000000000544bee3e2e56b724db0ad0dc3dc07f9c0317460ce15cd 1.66 MB 4,113 37
789,773 789,773 00000000000000000004433c0074440e1519945fa67f1777943bcd2f9b7a34b7 1.73 MB 3,792 37
789,772 789,772 00000000000000000003bd8532c1201367c5e596f825c25b5f4f3d0590d4c350 1.53 MB 2,789 58
789,771 789,771 00000000000000000002ecad11b412a941b6e54a7fcf4f16bb306fc5f5a71191 1.82 MB 4,988 30
789,770 789,770 000000000000000000017420c8066ac88d22249657f5bd29bf6d639bd830282f 1.70 MB 2,693 64
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.