Memory Pool Memory Pool Refreshing

1,790 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (662,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,296 245,296 0000000000000051b1a5ca4e35dce1eeef36bb11f4c9947872b2a695573f6c23 0.02 MB 66 34
245,295 245,295 000000000000001d5198e7c59ac55de4312229016a4258554c0e4ba061c08cbf 0.07 MB 139 103
245,294 245,294 00000000000000a6552208a187753010de11a91f26e600551d92ec5847fe0ccd 0.03 MB 12 10
245,293 245,293 000000000000001c54abf465650047f6eafac27cfd70ab6e5d0e2212bcafeab4 0.22 MB 427 123
245,292 245,292 000000000000000e2159120c9dca1045d9fb6394d37afd58403a16009d9deb65 0.15 MB 331 204
245,291 245,291 0000000000000027ed860b1e5756f0f2a774927ebad663053c47e86b242a229b 0.17 MB 368 130
245,290 245,290 000000000000007600613cfa97deac0f9f28cb494e466e79d6b8416efea3e604 0.03 MB 68 394
245,289 245,289 00000000000000c4eec0bb66e2b6876fa2ac3a312f9cb0ce1d203c3135ecf0d7 0.12 MB 235 117
245,288 245,288 0000000000000073d0f827516e48d2d0fa9932e8218f8a9410958c6927f4ccfd 0.04 MB 111 180
245,287 245,287 00000000000000b8e4bdd5812504c9a6e5083983e455109a4c44d7489ae4fb9f 0.00 MB 11 68
245,286 245,286 0000000000000016124ab88eee880953152740e31da3e5acf0643f88657adb17 0.00 MB 5 19
245,285 245,285 00000000000000c229cc1589f3e879de408b42da74db3bd718e811a748c13c6c 0.00 MB 7 93
245,284 245,284 00000000000000913ad7170b635943ecdfee576f3d0df73d0f51e656b36ada19 0.04 MB 91 149
245,283 245,283 000000000000007a43eb6de03a4c6c4b17f21b5864092722f313a15a12620697 0.05 MB 109 162
245,282 245,282 000000000000007257a9ea24c8ea88c17eea9efc5cc54541225f4f850fba91ba 0.16 MB 334 135
245,281 245,281 00000000000000271bc8e1d961490bb0033401a710409723e6dfefbebc514296 0.09 MB 151 139
245,280 245,280 000000000000008aafe3f6f6822934b92106865df01ebc2e79dcf20497976003 0.21 MB 462 142
245,279 245,279 000000000000000a83642dd80bf93272b5ddf7ba9af9ccad331afac602963a57 0.10 MB 106 69
245,278 245,278 00000000000000b0095d8f484e5ea96acf8df1931b04cc5ad4623686d6b20666 0.13 MB 286 132
245,277 245,277 0000000000000027ccfb6379b0f12f9088299c8b861407347419805a9966809f 0.09 MB 176 155
245,276 245,276 000000000000007b0d2c0b91a0c17801d32a572a926e67256c7764866d81de9d 0.15 MB 128 21
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.