Memory Pool Memory Pool Refreshing

5,397 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (684,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,784 222,784 0000000000000344f9a5027bb13d4f1da5da304f299fdc8c0555e78439f46ff6 0.25 MB 336 119
222,783 222,783 00000000000002889cf11eb260558c4022910cefb3c45942bad83a510e86092c 0.25 MB 723 245
222,782 222,782 0000000000000163882401375647fdf5022f2c391d6b1e52e6474b277d1129ac 0.25 MB 921 202
222,781 222,781 0000000000000063b805f0e9923489f4ba44cf6e8018e77038edddfe5d40479c 0.26 MB 374 127
222,780 222,780 00000000000003d9f88e8caa65b8cb47f4b5cec20617196417a4361447dbe972 0.16 MB 512 272
222,779 222,779 00000000000000d1fc3e452392aa0b268b6e919a90ac4db7bbaac584c00fe677 0.25 MB 691 189
222,778 222,778 00000000000002832078730c3aacc08d48747f0266dfe0ff749caf48a4ac9395 0.18 MB 470 181
222,777 222,777 000000000000012329198ac364ee09deb270f64451c77f32ee64df940e7d26c7 0.23 MB 488 183
222,776 222,776 000000000000033b2a49673d7acdae5bd21b4c22fa3ce1f64beff0489196c528 0.25 MB 669 278
222,775 222,775 0000000000000036199b391802a03c45417a1014124c7dca82a954a4ef793abb 0.18 MB 452 169
222,774 222,774 00000000000000faa506c7cd63c8c2aff918062f80d89540e9e870e821014a20 0.28 MB 638 209
222,773 222,773 000000000000021d02e26b9be5a219f1e0cc082f57803734d1aed6c23c51622e 0.22 MB 499 173
222,772 222,772 0000000000000043e7767c6c2b70b23440fd1c8bd2175de977c09c23457f61bf 0.00 MB 13 368
222,771 222,771 00000000000001f683a6062d681ae9280ab155d0897399ee797e7f985d0baab6 0.25 MB 597 202
222,770 222,770 000000000000043fe2d8f7077237bb34a448110a0525dab42512ce8c4436ea71 0.25 MB 393 164
222,769 222,769 00000000000002569c1599df865ddca1adebc6587b31f9eb06f9c09d9b1f5e4a 0.25 MB 639 214
222,768 222,768 000000000000045cd1491e8e6cce6dcd01670b3a50ae2648ef98719f055bed1b 0.05 MB 112 160
222,767 222,767 00000000000000083aa70744cebb0aa357b4f2298e82a28d0470c4f81645b14d 0.04 MB 71 150
222,766 222,766 00000000000003ba21a9ec8284be7372303ee55330b2aa5c3620acccc37de7d2 0.13 MB 282 152
222,765 222,765 000000000000009220a574ea5e48ad1ff579accafe4d9c46783c7e81f6262ded 0.26 MB 579 204
222,764 222,764 000000000000015c246794ed64dccdb895810a21b6ffb1c0fbf335564132e29f 0.05 MB 120 206
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.54 GB sent, 92.65 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.