Memory Pool Memory Pool Refreshing

9,372 transactions
2.80 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,373 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (784,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,935 122,935 0000000000001435e858f2f8b3672f7384bd990c3c07fc9a0c44b65469dede12 0.00 MB 7 457
122,934 122,934 0000000000003661da7beaad24fc188553e5c1671625a0b6c0a9180de124634d 0.01 MB 16 852
122,933 122,933 0000000000004165561dcfa2129fd32cae9a41a465665bd7d090a7798ee56749 0.00 MB 12 271
122,932 122,932 0000000000004ea6c2588d053caa0591b60a5269a5cf3a699dd7998be32f3a67 0.01 MB 7 1,197
122,931 122,931 0000000000001ff2decc77b05a4ea4ae02448b7e35f256b096a7b8095bd88ae4 0.01 MB 32 2,325
122,930 122,930 0000000000007f9be36db2b9a35c0f40710bed294c7ede5d23df36dee8f97619 0.00 MB 14 0
122,929 122,929 00000000000001c3eba06d36ecf0c39c44dc08b3ff1d76a7a13d4c7a359024c6 0.01 MB 12 1,158
122,928 122,928 0000000000001d1a9325c27e0e16fd041a52c6f5cffb6fe0bc12a6e534c137c4 0.01 MB 14 1,952
122,927 122,927 0000000000006f2efbfc89dafffe8652b70f91010ac37180efcb9feb7d701980 0.00 MB 11 655
122,926 122,926 0000000000000cd3ab543195fd674e9f2a5f26f5b8fe6a7b0cacf5718e299715 0.00 MB 5 378
122,925 122,925 0000000000003ed149d1a27d9902b2557657995166ef01cc280ed1a0895a2184 0.02 MB 34 1,544
122,924 122,924 00000000000079866247f18bc17733aff311171ee1dbd54339148d7408f9e387 0.00 MB 11 970
122,923 122,923 000000000000786303fe70b0092285d50ad04fc325807516818f78f96f43c373 0.02 MB 44 154
122,922 122,922 000000000000794df15be84d9a4dabdfcb879dfb3560518339179e78749e4948 0.00 MB 8 280
122,921 122,921 0000000000000528a0b3c8b66042c02e03de0170d8e94f432a84df607a50d4f9 0.01 MB 33 2,116
122,920 122,920 0000000000003efcc71836d61a86d339a6c897781686aaa78700ec513124fdc0 0.00 MB 11 1,145
122,919 122,919 0000000000002fa2fa1330b2dc2043877b83343ed437cf07248360a556114784 0.00 MB 12 0
122,918 122,918 0000000000006bb549e3a35122063aebee179f03f7ad337114498df3307f97f7 0.00 MB 12 355
122,917 122,917 00000000000026f993d66a9e1b1ea6b0c331472a281f855306da34ea7afc97a3 0.00 MB 10 0
122,916 122,916 0000000000006e6d917d8539c451ca29e5d4d7ab70f812ba634cf6ae2b238312 0.02 MB 13 66
122,915 122,915 00000000000030705f1d88c609b3e3177e612c7929b810414382e4c61c0bd539 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.