Memory Pool Memory Pool Refreshing

9,926 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,319 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (785,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,814 122,814 0000000000000691004444e6fefa7071a4e2d3dfea7bfefdae60e2bb1c740f4c 0.00 MB 10 591
122,813 122,813 00000000000048ac18996d59c8b69575bea23d8e87bde0d0cfbb5c3e98922273 0.00 MB 10 0
122,812 122,812 00000000000003420a41cbc8dfb4e25ef35c9bd5e92435e9bb1120305dc1662f 0.01 MB 27 1,321
122,811 122,811 0000000000008c943b7b879ba2fe9656ee372236c7cf2674ccac63f6a5a2c602 0.00 MB 11 0
122,810 122,810 0000000000004ea3e9a606e31b0de6ea301b80368f6ea6817531fe6fe67d0033 0.01 MB 10 886
122,809 122,809 0000000000006d1f2ad01e7a1bd6fbe5ee8adb0d27859e8215884329ab87c0c6 0.00 MB 14 0
122,808 122,808 000000000000793d85507614a29018f5477442db4c76ba5d3bfb1b261b604a36 0.01 MB 34 519
122,807 122,807 00000000000005b32c2f7def7d4b42254166a4e55dc531c5cca760600d21e5ca 0.00 MB 11 357
122,806 122,806 0000000000000b6e9ecc70cb1622730cc6beb3f81d20e692cf38e4314936e94e 0.00 MB 10 0
122,805 122,805 000000000000432d5ace1e05d710ec56fde4628633a3320ad2389cf807edf79c 0.00 MB 11 334
122,804 122,804 0000000000008337200ec9412e51381326758963bce787a97ad867bac087d3f1 0.00 MB 5 1,240
122,803 122,803 000000000000484daf777d9f4715e09c24511c1d3ae3d92ddc24f2de103fd500 0.00 MB 8 0
122,802 122,802 0000000000007787385a1a8e076e0a6192a1af786845ab21ad1ab675290c2b24 0.00 MB 1 0
122,801 122,801 00000000000081243d9e57fb6477fee6487d12a21165b7dd3f48ec39e77c768e 0.01 MB 50 2,543
122,800 122,800 0000000000002528224df41ed781655eb376744d481a65d0c92874ec332b84e1 0.00 MB 11 0
122,799 122,799 00000000000021fb82f00fb57dfc180bc9b7bc33d33f40bb8d48cb98903fc46f 0.01 MB 22 444
122,798 122,798 000000000000582a7987b8fd5b143c5e29816975301cc80b2548ca1c8ec870ad 0.00 MB 1 0
122,797 122,797 0000000000003fc6df2c5990168274f4d5d7e61e2f21a558deef7003b6a040ea 0.01 MB 36 2,414
122,796 122,796 00000000000063951e0af8d20376f0880ee29e7f25d567296125c9069d72fed5 0.00 MB 13 0
122,795 122,795 000000000000607ffa1b80e1af4297211d38ff026fac0c7f3702deb87766311b 0.01 MB 15 99
122,794 122,794 0000000000004d9ade8a451d7dbe1b28b1bfdbde12b870de0d0bf028375cc507 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.