Memory Pool Memory Pool Refreshing

373 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (694,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,724 213,724 00000000000002dd2c10ee2e260d5357a6baef17c91d6f4dece149c9a7aaf689 0.19 MB 421 194
213,723 213,723 000000000000020bc4c1532d6d9f9d84580cca1238190a884c895a2edb5777f1 0.03 MB 70 190
213,722 213,722 00000000000004ba438eb6f6a653063683387903fa80f52925a5a64a30b09950 0.00 MB 7 90
213,721 213,721 000000000000029e93d01d51a4eb78dc9c4d4c9516cab33332ecf006fd25f14a 0.02 MB 27 114
213,720 213,720 0000000000000331a7144a9ac4379d2ed0419cb7ec882e9cbedf617a9dd6b724 0.07 MB 101 164
213,719 213,719 0000000000000205dd6eccf934b711a388c1b87fca56344f50e80cbc37138480 0.34 MB 560 94
213,718 213,718 00000000000000bfde47b1557648a7287c562394dae2cd2605bf369ba6a1bf95 0.12 MB 260 176
213,717 213,717 000000000000049f72d1bb4b0df98e2f4a608eec386ec1c342508cc030ab1a15 0.01 MB 33 102
213,716 213,716 000000000000005d1f95a9bdbc836e15ea9f8d3f532f0fabf369631e726cc0cb 0.00 MB 1 0
213,715 213,715 00000000000000869b7d7d715484da90cae7b93981ef7ebc926c143ecd63563b 0.20 MB 487 210
213,714 213,714 00000000000001fe2f99d3eaa528709874fbc66ec1cb005180fe6513c77e60a7 0.05 MB 119 79
213,713 213,713 00000000000003f65ec0fa9acb3d7a7c6b4ad3f272ec60c8581a630cc0a77f31 0.13 MB 317 185
213,712 213,712 000000000000039a7b8225bebe0b5e56ee50a7f90740a60df9e10d3e9c14be0c 0.05 MB 75 111
213,711 213,711 00000000000004295b6339ac5bd5bcaaf7876111724cd3d3d4c12f6df2345c71 0.13 MB 306 175
213,710 213,710 000000000000051707d2b9b241ceac5f99a5f021dbc408f6d9aac1be863f194e 0.24 MB 295 81
213,709 213,709 000000000000015d45fe496ebcc9f398ea268ec07f4a10650e7f574310b833cd 0.21 MB 99 66
213,708 213,708 0000000000000029df6c00fd2cee31ac7b9deae95144f42c8ed1164cc5918c7b 0.00 MB 1 0
213,707 213,707 00000000000000138cb003bce70b167ca0a96ba63dc771c944d682855816fb71 0.25 MB 168 71
213,706 213,706 0000000000000330c3fe75f09c20bef4a94f8e2056d280c8569bf8caea59f911 0.25 MB 420 161
213,705 213,705 000000000000052d1872e3c52148b570ccc7680511dd1a9fbdd5f6963d11e12b 0.24 MB 427 128
213,704 213,704 00000000000004dc62b51c8e8f3fa6d4567727c7a9b72389544372d164854ce5 0.02 MB 54 130
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.