Memory Pool Memory Pool Refreshing

5,858 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (685,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,795 222,795 0000000000000024afbebb35479879a1b710e6c6bcb469265163ff03940e5b1a 0.27 MB 594 186
222,794 222,794 000000000000005097b2b9b9ac85ba0033dc93b20157d6386b2ca36bd471d3a7 0.04 MB 60 100
222,793 222,793 00000000000000301d45013dd6955f61ac2c86daea66bd1f0c58c5e7495f0f54 0.12 MB 230 191
222,792 222,792 0000000000000183e1b568226108d5b697c619864ada1f6de122c83d38b21b05 0.01 MB 32 177
222,791 222,791 0000000000000249ce1813cbbff7ef80b014e43752acac2fbd98e3e69a6a9fd2 0.16 MB 387 188
222,790 222,790 000000000000032b0f1a6266f96b9202468d3223e741b5096a360bc62648c210 0.05 MB 75 101
222,789 222,789 000000000000031754c42b60c7029f293576bd6fc26d18a8f61cdc30ecae65e1 0.26 MB 609 233
222,788 222,788 000000000000041f2195d2ac271fdcff383385080f5fe2249f655500697fe0ed 0.24 MB 691 241
222,787 222,787 0000000000000386e1e5f350982879e35da725a81e42cefa091991455350af07 0.02 MB 41 208
222,786 222,786 0000000000000283e7e5655d4548a14d40644d56def9f7c4af392b499074ad42 0.11 MB 179 129
222,785 222,785 00000000000001f19905e3f6c6e739f6f7265118231a517045d1732b410dcdaa 0.15 MB 255 156
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.