Memory Pool Memory Pool Refreshing

2,427 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (862,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,956 45,956 00000000248bf809d41ce84278bbb565722798db4a68402f2c59dabe792f5e10 0.00 MB 2 0
45,955 45,955 0000000008a70db0ce55088fcb397f3e9a6a5a83a5b1c3dbe3f2c0f9263bcb32 0.00 MB 1 0
45,954 45,954 000000002bde5ff5909c1d62014f1ad2f7bec43a74e026915d65f32a53df2146 0.00 MB 1 0
45,953 45,953 0000000037f55b44808c1e6e7218e27f044e4cab85d05f59e327a1e40731ea77 0.00 MB 1 0
45,952 45,952 000000002633bd2e7e6210c3571508b6664b711678c2e2851b9cecedd93dbc6b 0.00 MB 1 0
45,951 45,951 00000000198b1c6d6ae023d8f09a7be8b36ca64bbd13cefa67c0d3d25a5e6dc4 0.00 MB 1 0
45,950 45,950 000000002f1bda6f565318601019171cfbe85dab8312b4a0c31c6bf66617e621 0.00 MB 1 0
45,949 45,949 000000001a7edd0949044289b2efe46fc0c53b13eca33b43fc5f3270b7f0e701 0.00 MB 1 0
45,948 45,948 000000001bd7d7fc565af67d186ad2ba4073bc7b2e98b8cf5f5ed8949fc07897 0.00 MB 1 0
45,947 45,947 000000000753ac20a77f71c1f3df2c81225666ada267740704519efd9d9ddf4b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.37 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.