Memory Pool Memory Pool Refreshing

3,755 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,939 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,938 (802,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,748 105,748 00000000000235371b4469523399d4a424221dad55312e14ecc104152a936e48 0.00 MB 2 0
105,747 105,747 000000000001450ab0a85a878554518c7b7d9513103087204835900b9c042a04 0.00 MB 1 0
105,746 105,746 000000000000cfbd25692e31c1defa21565ff379cb89aeba0c981973d5a7dd07 0.00 MB 2 0
105,745 105,745 0000000000026a7fb277e8250088e81965938505891c0ca712324256c6c4a6ec 0.00 MB 2 0
105,744 105,744 000000000002bd3d83ae6da65adf4cf8505905b33d45dda147a998df96647623 0.00 MB 2 0
105,743 105,743 0000000000026b412ceae43b4544c6784e0f9f623ea342721c795cce35f51c95 0.00 MB 5 0
105,742 105,742 000000000002132d1d8b4667d49faa129b1a8da7032ccf05693b9491c514c273 0.00 MB 7 0
105,741 105,741 000000000001883e48b91d3ee0923da25ead0c484afb425a69f9e2113a520e48 0.00 MB 7 827
105,740 105,740 0000000000014ff1a0397c4e86aecd9240b2690931d3955be8898be040dfeedb 0.00 MB 1 0
105,739 105,739 0000000000025bdacb455163ce34b628ce0a86a6db5f29e91d7a297fce7df799 0.01 MB 23 0
105,738 105,738 000000000002e8a93a6c8036335c720da5b9a773c9b58226510ecfb6376c556a 0.00 MB 9 0
105,737 105,737 00000000000155cade57dda25c52b243633561cea77f674fb8287a81c48b941c 0.00 MB 5 0
105,736 105,736 000000000000e23f1fe0b25fe8afca5aa466345cee5aa2841c8bc7e5a94c652b 0.00 MB 9 0
105,735 105,735 00000000000184bf89909c3b769cfa52662a4178bd2964849859347de76fb426 0.00 MB 18 0
105,734 105,734 00000000000059b6444983c34e028c79397cedcdf6f0ed567af6db1870e92fa9 0.00 MB 3 0
105,733 105,733 00000000000038557cd8b8b9efdc8a753d8d0eab91f072649a58bd4104c0dbc9 0.00 MB 7 0
105,732 105,732 000000000001f1a5f9898b98bd4454461dcafa974ce3eef12af328e0b0d24276 0.00 MB 10 0
105,731 105,731 000000000002e9574200f251866227d80f55f0a0956df9fe4ba630217dc1123f 0.00 MB 12 0
105,730 105,730 0000000000024d90d2c0c6cd2d35ee46ff778a0b425dc1532d9707ddd5cbb069 0.00 MB 12 0
105,729 105,729 000000000000d4eee5f2d8cf17fe4c96949d5ab7c248f9adad57dd9030a4f569 0.00 MB 12 0
105,728 105,728 00000000000190a5cdc1fd04e1ea525a9d7e15f865368a5f2d91ad5892bd282b 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.43 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,645.50 GB sent, 95.09 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.