Memory Pool Memory Pool Refreshing

12,240 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (17,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,927 889,927 00000000000000000001bae942c103eb980305b3099e7362ed1a434779d2ce8e 1.54 MB 1,888 2
889,926 889,926 00000000000000000001882c9638adb0e4c0b7b34485308ec7afbc8c0969b9c6 1.42 MB 1,438 2
889,925 889,925 000000000000000000026d3a1032f8c8b0d8f0748592a8976f357798779ba5a6 1.50 MB 2,548 3
889,924 889,924 00000000000000000000c2d4d03306978d5d4d4ee45d564dc4f28e400308f581 1.32 MB 1,331 2
889,923 889,923 00000000000000000000e2593e4aac379fe3a5d431a3fe3b117d78376e823b53 1.61 MB 3,340 4
889,922 889,922 00000000000000000000330fa37653a114ac119fb276fdd4e0c5818a6a8ec5f2 1.70 MB 1,581 2
889,921 889,921 00000000000000000001568c8c25b1ded7f34fdd686b83b4ed4eb52210536b48 1.83 MB 947 1
889,920 889,920 000000000000000000019af8af4000376f2ffdbfd46d2683d91ad4e2a25c016b 1.68 MB 2,837 2
889,919 889,919 0000000000000000000008704b612b9527408b8bf73a4554a71d3839f6866e3e 1.61 MB 1,443 2
889,918 889,918 0000000000000000000016cfda92056c8f059d4d765286f8bc5d405dae166523 1.94 MB 1,091 1
889,917 889,917 00000000000000000001b010a03d210cd7da1e06aaac008230bf1308af22c4d6 1.60 MB 2,782 1
889,916 889,916 000000000000000000004180da5ab91630687d2230731d55086775c6591c3042 1.18 MB 906 2
889,915 889,915 000000000000000000023e9f51c66334084407a5bdc375bf8331fb8fefd1cb62 1.57 MB 3,228 3
889,914 889,914 00000000000000000001022117d029c173d82930d6e85db64ab0c9e37d3991d8 1.42 MB 2,684 5
889,913 889,913 000000000000000000019912e2a1280e730e1fa5ad0c68b8620caeeda05945b7 1.79 MB 2,443 1
889,912 889,912 00000000000000000001bc198e133dd49f557e5c9568ec93955c779700cda6de 1.76 MB 1,110 1
889,911 889,911 000000000000000000021c0c2689170809a0be0f6412192fee7191797e8980b3 1.73 MB 2,015 2
889,910 889,910 0000000000000000000250a09b9af1be557216b26ca0554fa48ba4533eb5208c 1.99 MB 766 1
889,909 889,909 00000000000000000000fa26f0a90b30fcd71afb89da34a7bcd1a3d7363f46b2 1.65 MB 1,334 1
889,908 889,908 000000000000000000011d4fc6d4a35534d6e986a6931a68309468f3cdd0d074 1.85 MB 904 1
889,907 889,907 000000000000000000002078987b97d58cdd450774f71212140d20ea2cd1d622 1.82 MB 1,119 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.