Memory Pool Memory Pool Refreshing

6,954 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (816,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,853 90,853 000000000008a2730da75d2ec5a41e1f0850772a2df6dff1ab0ac1e19b4c5084 0.00 MB 2 0
90,852 90,852 00000000000be6c3c128c589556554377a1925b4db1c2aac910cadce1b4eabff 0.00 MB 1 0
90,851 90,851 00000000000b6f74ca1a93ca957702173f71908bff96f660ee7193b0fa8ae81c 0.00 MB 1 0
90,850 90,850 000000000008d816a535a748b904ef6f9e762d69b844d0ae1125163e25281975 0.00 MB 1 0
90,849 90,849 0000000000043f390d0f807e1ffd8520234796db28fe4b46ae108ee79d3ce04e 0.00 MB 1 0
90,848 90,848 00000000000a5cb4bbf8b93d175436b2eb71ecf04adfa2d3cb492959c565524c 0.00 MB 3 0
90,847 90,847 0000000000071757ec185850e28c7373d09ab3ac0628a8079a893f9d6eb3b254 0.00 MB 1 0
90,846 90,846 000000000005c27b365dcd55f719e3c4444d941c1021b53b0aad3c7f5ee10fae 0.00 MB 1 0
90,845 90,845 00000000000772104002a59b47342841c645e5819772864005612c2e2f8b141b 0.00 MB 1 0
90,844 90,844 00000000000053132ded825e5e4a9e4669516b28614af36e30a5ed195808732c 0.00 MB 2 0
90,843 90,843 0000000000044febc0e8af16d1df8ac61fb516d6703ced83d22e2dbfcc9fa7b7 0.00 MB 6 0
90,842 90,842 00000000000dd3b95eaa480b33eacfce81f307963e58574ab9c332441bd5f16c 0.00 MB 2 0
90,841 90,841 000000000002b1a9857f371a94d61751d75d37abaccbb8a1a7df7cf07bd2a027 0.00 MB 1 0
90,840 90,840 00000000000c72e937bf92ccd77ca17a99f7b84d1e66a9e8e692ed0953797231 0.00 MB 1 0
90,839 90,839 000000000000b15a6fe136404def93af9e9ec77935de0403cd2ae00916da7074 0.00 MB 3 0
90,838 90,838 000000000004bf5f63a1764ca16d0bae261cd48033559b5fb74a4243254d716a 0.00 MB 2 0
90,837 90,837 00000000000a3ea27018bd80a08abb3205bafec8e98c744a3bdef4b4ecea708f 0.00 MB 4 0
90,836 90,836 00000000000e2cf7833b2fc4a210ffc129b81c108076f88e24c6f9e10f54b535 0.00 MB 1 0
90,835 90,835 00000000000319aeb5cbc73b7db72a4755863dc50b333c736121e4751673f856 0.00 MB 1 0
90,834 90,834 00000000000c2b510a151a6cec8c4fa60ea1b11dd16902bb19924f01bbe06260 0.00 MB 3 0
90,833 90,833 00000000000d996c702af50eaab49983ba56df4b8247d2eed48ea1e20881de10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.