Memory Pool Memory Pool Refreshing

4,638 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (723,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,056 184,056 00000000000008a3286f831e898b0bd3156ae9860ad82b13152525035f798281 0.00 MB 9 167
184,055 184,055 000000000000005fcb26733640509afbcca74ff97b6a1014ff81980287e47b3c 0.01 MB 17 42
184,054 184,054 00000000000007ec7b9d0f8d992502ea63001834e3d9256a29898b17dbb164c9 0.05 MB 94 82
184,053 184,053 000000000000080ce0b71e18041a3f39425695250748fb045c9645920b0c8dea 0.06 MB 165 164
184,052 184,052 00000000000000fd0b6faa7d7dbc97e93c689cba810b20b29e297583bead94de 0.25 MB 576 121
184,051 184,051 000000000000074aa6559799ac8884465de1d33b3f151129ae9d5e92b8746c45 0.05 MB 159 117
184,050 184,050 000000000000019a508a3cb58f2bce7f527082a53f4181f7735ddcbf5a3cbcc0 0.00 MB 11 0
184,049 184,049 00000000000002f8b386c2ebbe2c30cae83d294797ebfa7ec2fe0977e51c809f 0.02 MB 47 195
184,048 184,048 00000000000005a199aef250dbb4212d2a8c18fe5fa363f6976170697fdd92dc 0.26 MB 569 120
184,047 184,047 0000000000000091a849f1e835981f8553d90d85acfce6009013d5ef6d61534e 0.01 MB 18 131
184,046 184,046 00000000000007282912ac636e502329ccebc0b53ced64c25127a8ad39df6201 0.16 MB 425 132
184,045 184,045 000000000000062e47750bdcb9970494b1991ba1370ac6db4a2307531a03ec21 0.25 MB 665 133
184,044 184,044 0000000000000084fb526ef1dd58939582d785f4f849290e3ae4797999092f13 0.00 MB 9 45
184,043 184,043 00000000000001eaf7bc7a9437732b460e9e2c6c4e6faede6f0a7c0af9e12612 0.07 MB 89 92
184,042 184,042 0000000000000249db2bc849b19f3abe4ec775849369bc53c0bb4e07e3210b06 0.14 MB 357 112
184,041 184,041 00000000000002246a99eb8a55c188b55d71e4a07155401cb2a00b716af57aaa 0.00 MB 15 30
184,040 184,040 00000000000004d8c93e83ebf34c55cebd2ddad6e790b1e7432c9b16d6ce6aaf 0.25 MB 507 118
184,039 184,039 0000000000000093dad9fb8fd51f7b5d82633afee0e6ca6a07c37f86ec75dd09 0.17 MB 376 116
184,038 184,038 00000000000001558ee0723ef7bf2105019de70d9f1e2c6d5b16ab5e9c311277 0.05 MB 138 107
184,037 184,037 0000000000000122fd7fd56e3764223fa0647efa66174ac6d9c400a0963bc850 0.00 MB 9 34
184,036 184,036 00000000000008c80c62c0be8d5dedf53422b5eaa43723e5d6f1673e6e7a8a06 0.05 MB 137 95
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.