Memory Pool Memory Pool Refreshing

2,454 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,993 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (130,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,578 777,578 00000000000000000001902598ff56c0670165589fa7498b409bfbdbd4e9d2b0 2.90 MB 1,410 10
777,577 777,577 00000000000000000002717d4c1ee8d8ab6cfa2bd0f6a9228fbc79d578d792d3 3.76 MB 214 1
777,576 777,576 00000000000000000004e7d9e3aa9934b4647deac7aa82679d8c61a3231c851c 3.67 MB 538 3
777,575 777,575 000000000000000000054648d56a8fcaec19fba08fa15a80447adb543ee86470 3.63 MB 465 3
777,574 777,574 000000000000000000042fb5d02f30e0dda0d17b36400150a8d8fbf5668156a3 2.60 MB 629 5
777,573 777,573 00000000000000000003c3d5c46824f8f09439d4cb0adbfdb1675578651a5065 2.96 MB 701 6
777,572 777,572 00000000000000000000adb9f27d3bd88eaa1a5282758b9f6f7a83cdac8b0e4a 1.81 MB 1,647 13
777,571 777,571 00000000000000000006516cc353276a174d192e7d1c32971d541bd74eab88ec 2.20 MB 805 5
777,570 777,570 000000000000000000039c791bc88767b63cda01c5ed4dec2830fb58b0424c1b 1.71 MB 2,780 17
777,569 777,569 00000000000000000005c890246b596334acc5c9748f9a3c4a3e61269d194492 3.84 MB 261 1
777,568 777,568 00000000000000000005d7319f5a7c2148cbc327829d2160459f36277993b05d 1.94 MB 1,339 8
777,567 777,567 00000000000000000002618e135d51344e7fcecfd7615841fd880efe1bd4e9de 1.90 MB 2,402 14
777,566 777,566 00000000000000000007227928ea0952944120750dee636cb9403be4a196d048 2.77 MB 1,098 6
777,565 777,565 0000000000000000000405b84c6fedc282a89c53e52ada358ae24d8e31603897 2.02 MB 1,862 8
777,564 777,564 0000000000000000000656d759ef93e2f30d1df1e97f7d3b590c5c0506eea8e3 1.61 MB 2,902 26
777,563 777,563 00000000000000000002d6cced8a78e0b3bf84e4e4b6ef96e11838c20a0683cf 3.85 MB 320 1
777,562 777,562 00000000000000000006757173b8bb08218cdad1ac5da4f1f68386bb18a86cab 3.04 MB 990 7
777,561 777,561 000000000000000000021c0a45cbd94728730fe7c8ff846626bb3730d5b1a015 1.86 MB 909 5
777,560 777,560 000000000000000000055c4d291bdb0e28694b3f0c1297964ece7513d8e4233d 2.17 MB 1,282 5
777,559 777,559 000000000000000000021050d412cb4df3ce4035f42beb064ab727ff1aa26be5 2.54 MB 1,658 9
777,558 777,558 00000000000000000005011bb96d0f3964eee371c0d9623c176fc430083de790 2.17 MB 588 2
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.