Memory Pool Memory Pool Refreshing

7,665 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (774,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,019 133,019 00000000000009049362d760ecba085f83dab175330d60c47c1c05ab12cc9289 0.00 MB 14 264
133,018 133,018 0000000000000ce9bfa5fc609cbf82c25ce8b7af562e02bb6ed7c9059bf0ec18 0.02 MB 73 371
133,017 133,017 0000000000000b4214150e1eae48ef7a65aba2e7e252cca6a864a0a61a1031a0 0.05 MB 164 218
133,016 133,016 000000000000057d64004c9dd0179d4f52ae164cdf4bc4e4586b45288cb07daf 0.02 MB 52 430
133,015 133,015 0000000000000e81b67de8d61eab726f40585bed954b1dd59f86ab10e4e55398 0.02 MB 45 633
133,014 133,014 0000000000000029f9a4a285e8ae0ebfc681ef66935591beb49d3f962710ef67 0.02 MB 63 329
133,013 133,013 0000000000000cebbce4f16685ad9aa16691a4eaba3f7b40ac1d162304c2c4a5 0.04 MB 63 246
133,012 133,012 00000000000001fb776e761385e4010e2c5e41e2cedb43a3c2cf3661ee4aca7c 0.02 MB 36 294
133,011 133,011 0000000000000cdec0513e4003ded9d4ab876c0f78721ed7b12dbe6c090a27b5 0.05 MB 158 236
133,010 133,010 000000000000056a84f6e01c47097785fa73cde08dbcbbcb1ba54d3e291be1f1 0.01 MB 24 383
133,009 133,009 0000000000001256c6809ce38c19af20c27380e78dd29bb9f5d5ed4f9238062c 0.04 MB 69 200
133,008 133,008 0000000000000c1fd566da45a2d53da1bd8360bba67babffd1b63a581ddef66b 0.04 MB 155 34
133,007 133,007 0000000000000c9cc895bd7f8dbf72dcf2e3ffee72550e274d97f785c921f246 0.05 MB 144 272
133,006 133,006 0000000000000c455db494d94c9dc737df7ed85f9064aa6a70bcd2b8bdbd52d5 0.01 MB 37 352
133,005 133,005 000000000000119ea0b9527ffc840eb9851dfa71454beaf367b83feffcc05467 0.00 MB 14 274
133,004 133,004 0000000000000730e2c0a65a1586810a01f7109a44febbf3d75171d001eaaf37 0.08 MB 128 225
133,003 133,003 00000000000000a3f1e6e5b866c9ab4913add0ef5d56305fe0670609681b6547 0.02 MB 54 690
133,002 133,002 0000000000000ba581215b05e59e42618b00ba5d8348e8d2a80ed9f2c5adc88b 0.00 MB 11 398
133,001 133,001 00000000000006e6202ca911dfdbd4a2918719bda2bd111478ffa6a9a1a75b09 0.00 MB 14 820
133,000 133,000 00000000000008aebdeb747bdedab72548e3101cc17da53301085ba6362852b3 0.05 MB 44 84
132,999 132,999 0000000000000f502e0d9dadc742dfd326b03fd10f6c33534ccc6cdd6322477e 0.05 MB 52 76
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.