Memory Pool Memory Pool Refreshing

237 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (862,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,946 45,946 000000000e19e0eb3d6af49c35b1c9bffdc76b349b79df26af1b2ad4ce570d35 0.00 MB 1 0
45,945 45,945 000000002331ecf14a7f998f0feb6d1996832a5f86879d11b7dda5edae397035 0.00 MB 1 0
45,944 45,944 00000000278237aef24d55a692bab3200106fda206db90dcb8c78255b6699ab8 0.00 MB 1 0
45,943 45,943 000000000d2ba4908464d5c519366c02786314bb650c5a583f36a85b2459d82c 0.00 MB 1 0
45,942 45,942 000000001367e612ce6caa4a068037e8814b642c179d8abe5b42ac38d5081d00 0.00 MB 1 0
45,941 45,941 00000000238cbd67895dabd031cac6bd44cac07d5369a775f9170618a699cc0f 0.00 MB 1 0
45,940 45,940 0000000009636e27beabb6395f0336e12c6b5a924482883054155a8a9f39eefe 0.00 MB 1 0
45,939 45,939 000000001a60ad898fb90570f1dc2fd66f23c351dc07f0d048abefbec0948b48 0.00 MB 1 0
45,938 45,938 000000000ab0377db9c239fc84cffe80fea98deffad0e28fef31370f6ecae049 0.00 MB 1 0
45,937 45,937 000000000dc871fe7b87ce5871ece323604788c507cec416f48c43bd7bdfb908 0.00 MB 1 0
45,936 45,936 0000000033f72c7f22984766bdb56b72d0dc91fed9d8c4ffdfdddd495e1d7fbc 0.00 MB 1 0
45,935 45,935 0000000035ef9918f51b53352397f2914b5f3700900403c699f479b4563bb5fa 0.00 MB 2 0
45,934 45,934 0000000016c03601fe7697265b233ca74682b7554e7b4411d4b89b5d01a77c5a 0.00 MB 1 0
45,933 45,933 000000000683cb13b676f6b29cb7ff6e26002bcc05848dcf60ac2768c778eec0 0.00 MB 1 0
45,932 45,932 000000002380caae96c75eafae0b24778b1bb09050785dd837718392f7bdcb2d 0.00 MB 1 0
45,931 45,931 000000002e4255850bae2afde9301169efd251bf71462302c335d71fe366502c 0.00 MB 1 0
45,930 45,930 00000000258507d49e832393cbdbdc42c60d8d89233ffc78ea12e42d5ed726d8 0.00 MB 1 0
45,929 45,929 000000000bfb35529f7b90eb02beaa9d427ebd27acebdac41c889106ffee422c 0.00 MB 1 0
45,928 45,928 00000000278777e218a612148369d645e0d5499f9c4afb51502c29fb6f5a36b8 0.00 MB 2 0
45,927 45,927 000000001b84c6a3ec64286e99ae50eb5a3a4f4f77d02628b0caf9783efcbc6f 0.00 MB 1 0
45,926 45,926 0000000014cfb679b1c7f1d913c6d572162d908a7c48e589f552746f2e26c3bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.