Memory Pool Memory Pool Refreshing

4,815 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (664,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,438 243,438 000000000000008e8378a4d194f40ffe0e73d6275e6b8c4916427348df3aa0d6 0.00 MB 5 44
243,437 243,437 000000000000004975f3e2b9259062d13881e878ddf21cb377d7a2e5f9486325 0.33 MB 581 118
243,436 243,436 000000000000003beb3ee449ae62c0c147b2ae0ec488985ae0d0bc9004ad470a 0.04 MB 57 60
243,435 243,435 000000000000007078c075c5263b3b01734187cb5ddf79fa66cf7a790d74578a 0.16 MB 405 149
243,434 243,434 0000000000000022e4cffbd1294b64ae34f122d356c893d150fd125a1b65fea1 0.23 MB 471 108
243,433 243,433 000000000000000058c4d7ed94827954ecaab43b0646a7b61e7849c86fefe28f 0.25 MB 627 185
243,432 243,432 00000000000000d15d1053137626ccc7d1abbc4ceeeee112d21f61e515d4d431 0.25 MB 570 162
243,431 243,431 00000000000000170a8c0dfad43d4094001add6c9adb0e6cae8c879c4b7acdd1 0.03 MB 89 69
243,430 243,430 00000000000000d6bf8e4a9dd64f40270ae0e20ff9b834c922b094dd73783b8b 0.21 MB 520 214
243,429 243,429 00000000000000830744ee07b437d1ef17688952a8b821438fa486f24d124481 0.29 MB 297 150
243,428 243,428 0000000000000032ab69ef07388d5e835bbb89e78ec16242fae4ccb3e17fd78f 0.01 MB 32 61
243,427 243,427 0000000000000073f7a99e3521d89288dcd5f32647a68020d282a3ea63c6c18a 0.19 MB 414 157
243,426 243,426 00000000000000671707c862d9fce0ad6b148a362cc3a63cb940cd5d25b6e971 0.23 MB 482 153
243,425 243,425 00000000000000d4710b27427c1d534bc78dac1c6863f3ebd04a55694b0ae4e8 0.13 MB 247 85
243,424 243,424 00000000000000364c24adcfc11236835571312667931cfe563e7d1b79ba9998 0.25 MB 649 3,755
243,423 243,423 0000000000000087af51495538c0636bee2f851a160546e28384da918bc6838b 0.03 MB 87 142
243,422 243,422 00000000000000dd8f05afabea04f14eff78371f96eb092500e411f0b6584913 0.02 MB 31 100
243,421 243,421 000000000000008797c5b2c6cef45e494d6afabfe5123da30f7c77a8a83fe2a4 0.01 MB 32 102
243,420 243,420 00000000000000389bbb49e216b7a045ed07b5af57244ee87e09f4f7782acbfa 0.15 MB 373 151
243,419 243,419 000000000000000aad15659a093e65d799d8f9e9861aace17e0e32de03bf6227 0.07 MB 174 186
243,418 243,418 0000000000000041b70071285a307463d6e3e1dea43d59d99535602399268138 0.07 MB 146 38
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.