Memory Pool Memory Pool Refreshing

2,958 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (675,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,207 232,207 0000000000000156af1d43c58ea845a153751e0ee496916af5b25e1a362ede12 0.25 MB 279 69
232,206 232,206 000000000000000782167e573d0b02fd0d7f9c91c5e899e06834728246f5d745 0.26 MB 526 121
232,205 232,205 000000000000007bd8b0c61cd6b72b0ec8292dbf4d8416f603ca46f8ce955baa 0.17 MB 332 130
232,204 232,204 000000000000018327f44a3a2cae63c8a3f5a0c4f3dc68a24b1279059cac69cc 0.22 MB 404 230
232,203 232,203 000000000000003ad2e95582cb41cfd99f9f889a7df4b86dfd9f101907b9f2f5 0.01 MB 14 146
232,202 232,202 00000000000000d2d1a90cd7a8e94af2502193c1a76627ae70478c96a770f335 0.03 MB 74 267
232,201 232,201 00000000000001dcc80e63a5875f6980c10d21cab8df88c7d3cdbc1f03a5d97f 0.04 MB 106 175
232,200 232,200 000000000000005e717a7db480e004001300a5183dcb380ecea1f6a7fc89233c 0.08 MB 201 160
232,199 232,199 000000000000011b9fbaa1784ee463cd3982ed66e3b5932ea53548e7be68d82a 0.45 MB 848 124
232,198 232,198 000000000000010943077317a282d2d204c59580cbd52775f2d7fa0c58cce58b 0.25 MB 357 103
232,197 232,197 000000000000006b664670d46f1a44202da47e2416094fd3834364cdb4bcd5cc 0.02 MB 43 178
232,196 232,196 000000000000005e4456b8d16d4d9741cf6fe2c6435dba3564c771b888c5fbfe 0.07 MB 132 114
232,195 232,195 000000000000015df3b5f0442398cbda286c439c4d4e2fd0300858b2631dfdcf 0.06 MB 109 128
232,194 232,194 0000000000000160bbba82ec79327dcad1f52828f24a76065b9b15c1aaaa32d8 0.15 MB 195 108
232,193 232,193 000000000000014fd25182dd922796a6d0153b103c8fc55d9155a3ba4c7b604c 0.04 MB 81 204
232,192 232,192 00000000000000250c7acc02741c95a7e674315323cc832359db536c84bedc7b 0.21 MB 253 8
232,191 232,191 000000000000016d31d8437e4ce2722abbce3bce5be7c804acc86270c10a6b0f 0.25 MB 105 37
232,190 232,190 00000000000000b74803dc634bb10b07b7c08fa94f50cb04a6a62da26236321f 0.25 MB 341 95
232,189 232,189 00000000000000a63895de6ad8ba823ade4ad80899ca35af07483b35da481024 0.11 MB 121 103
232,188 232,188 00000000000001da90f157e67f9514280587e8725ff16d16dfccc800727d3499 0.25 MB 331 105
232,187 232,187 00000000000000fc330467bdfc35af4f8107ec55fe6419fc6fd8443471a6ee38 0.25 MB 586 249
Previous 10 blocks ↓
Total Size: 769.06 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,627.86 GB sent, 93.18 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.