Memory Pool Memory Pool Refreshing

8,693 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,192 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (58,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
848,884 848,884 000000000000000000025c15d2c5c85c1b365b29de894249f14a7f52133b5448 1.65 MB 4,982 13
848,883 848,883 000000000000000000014fd197f4bd6b06ea0b5d943c04470b876a458c332100 1.59 MB 4,862 13
848,882 848,882 0000000000000000000114ce299a702cf444aba3fa55804c24d6773a09886029 1.79 MB 2,782 13
848,881 848,881 000000000000000000031256abc6a825ac5ab02e6b6678c37a7b21e0d89eb755 1.55 MB 3,327 22
848,880 848,880 000000000000000000008475b8128184591b41631718be12ff36183e55f2330a 1.65 MB 5,033 8
848,879 848,879 00000000000000000002a631584148a0c703f1d0420b6d0aa176b7c36e626766 1.54 MB 5,154 10
848,878 848,878 00000000000000000001bdeabfa8f2fa4e48758ddcb5edb84c94e148f7ce99d1 1.67 MB 2,877 15
848,877 848,877 00000000000000000002382dcaa4f1a751f194061f6e27dc08a36ac449ed6a26 1.75 MB 3,029 15
848,876 848,876 000000000000000000007232073c5b0625994e12addf798ad383874d42424cf4 1.59 MB 3,094 12
848,875 848,875 00000000000000000000fbb328206f3186a21c61bbfd5682b5d16dc82871310b 1.92 MB 1,306 14
848,874 848,874 000000000000000000031a99af10f1d1a9c352b431fcee0ebed9d165d0e2c64d 1.64 MB 3,238 24
848,873 848,873 000000000000000000002403d3f417abcb1d76adbe196bd826fd33add2a95100 1.52 MB 4,341 23
848,872 848,872 0000000000000000000291fc1ebcf1cedc622a95a594d2688ef8c85bcb330d05 1.52 MB 4,120 38
848,871 848,871 00000000000000000001a8e035dc4fc74e39a896516b85585c90eba99ec689d7 1.49 MB 6,018 16
848,870 848,870 00000000000000000001e54a00942ea21639a48a334365fffbe54b77dfd02856 1.53 MB 5,927 16
848,869 848,869 0000000000000000000135c7584547197c58e182cf6a864b52977113bf252279 1.46 MB 5,127 27
848,868 848,868 0000000000000000000099f1ec5af30c6c7eb179c0d0ed0f3297e13c8a5b2db6 1.73 MB 4,297 10
848,867 848,867 00000000000000000000c6cd398075aac430d90ba26336fdf35992c2784bdc03 1.45 MB 4,905 15
848,866 848,866 0000000000000000000087f9fad6aee51fa05f59bafe8c14f562fbe9e35a720b 1.49 MB 4,691 22
848,865 848,865 000000000000000000007420633917a0f0cbbcc600df43a62f36658d730096e1 1.60 MB 6,594 10
848,864 848,864 00000000000000000000eef929592f391e1a2be8a9200d214d5fc1405b250b72 1.65 MB 6,197 11
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.