Memory Pool Memory Pool Refreshing

3,460 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (783,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,108 124,108 00000000000006bd2ef34743d4572aa8825d66fbc6d8661edad7777920cf50cc 0.00 MB 11 0
124,107 124,107 00000000000017a660ade8d824b39221bbad881491e46a5b34226bff19bbd02b 0.00 MB 12 0
124,106 124,106 000000000000316834ec5b18fa04716cc68952d0998edced10cec1e97bb38111 0.00 MB 8 0
124,105 124,105 0000000000006982364318a4010ebaaf48b080851e5a0781cd78c9e361963b67 0.01 MB 32 2,285
124,104 124,104 000000000000038612fb8e5426b09612a2386699cec120883bd07d019b3d62d3 0.00 MB 11 837
124,103 124,103 0000000000001b59001987c8e1de90bead269bb59b902731ba83568f1b7becf2 0.00 MB 14 703
124,102 124,102 00000000000067e4dcbe2f718b9e50adaa8e82ff4d1a0b47ad0c5d7337dbd015 0.00 MB 10 0
124,101 124,101 00000000000064d2f22fc95da555fd418ec12ce67da084ff66a1de506cf387d7 0.00 MB 11 354
124,100 124,100 0000000000001d6b70ae7186be1e95eee721c3b931ef003819df8c26142fae90 0.00 MB 10 891
124,099 124,099 00000000000019dc671ef2b00a7f7974ba0ad8f30e893a93a0d011ad4b8edfb1 0.00 MB 14 1,417
124,098 124,098 0000000000002cd65074da7096cbeae4f97addd863f667400b92035403bc14c0 0.01 MB 23 636
124,097 124,097 0000000000005f0d65a1993995de49b37df89be1d197a7d2792ec5608072db3d 0.00 MB 13 528
124,096 124,096 00000000000036b5067e61351e60d12ce1004fde96a03d2819a552cfc8836981 0.00 MB 9 0
124,095 124,095 00000000000038041018f23e873901fce95d0ffe28c9fcbef44c3948e3523391 0.01 MB 34 578
124,094 124,094 0000000000006123ffb18cd112c0fb3492e4fbde8f2f48eeb670422d2dffd46b 0.00 MB 8 0
124,093 124,093 0000000000002d855feb2bf95b9b8d37860381e62f69e2150dff825521472e83 0.01 MB 32 554
124,092 124,092 000000000000351f661d40e361e48cd9b5e86ce8044b25b816a934eefa08486a 0.01 MB 43 2,481
124,091 124,091 0000000000005c90ee3511ad0ae4a9b146ca7ad0c54778d72dfff3ec27ead7bd 0.00 MB 10 609
124,090 124,090 0000000000004237dc594cd1ee63c800af29358da7054d9e599820799f99b6e1 0.00 MB 11 0
124,089 124,089 00000000000060f183220d9f1f921ba38baa1a30ccd883b173cb04d1ff41f29e 0.00 MB 10 357
124,088 124,088 0000000000001219181c4399926e5086d39775f4a968bb5c032e920e69b4d049 0.00 MB 11 905
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.