Memory Pool Memory Pool Refreshing

239 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (3,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,575 904,575 000000000000000000001f0e903700dfde4f1b618f0a5ff58335d06b14f5b615 1.53 MB 2,757 2
904,574 904,574 0000000000000000000115380b00e7aea67a027796f3658d5024b36f910facc9 1.63 MB 2,007 2
904,573 904,573 0000000000000000000069e4684b555f40a1e0dd85d5eb0d8d507992bc61b6e6 1.40 MB 1,813 3
904,572 904,572 000000000000000000012822df37925a55b6bed5b26e5369216de2ecbfa00539 1.61 MB 3,561 5
904,571 904,571 00000000000000000001198de5cbe76f5cc0250082c43752c32aa372a5e82f85 1.39 MB 2,240 2
904,570 904,570 00000000000000000001c717dca168be5a7981b9fd4e1a8049e587808a45f9d4 1.45 MB 1,701 2
904,569 904,569 00000000000000000001f1518097d373960436a9ac9d9a48d532f054b228db63 1.59 MB 2,178 4
904,568 904,568 000000000000000000005121624fd360364758fd7813d872dfe35d72147f4e95 1.71 MB 1,819 2
904,567 904,567 0000000000000000000046cd5bd99128933ae804103cbe50f48f40ba9d669cd4 1.27 MB 1,354 2
904,566 904,566 000000000000000000012c36c31bab410248ce2a5451ca25d59772a7604b61f4 1.64 MB 3,483 4
904,565 904,565 00000000000000000002049241809c607b6c3123ad94da362fd8b2987fc6eeef 1.54 MB 2,280 3
904,564 904,564 00000000000000000002135cea1c58d65ffcd5a6701845e9b2a71968f7553032 1.56 MB 2,237 4
904,563 904,563 0000000000000000000226aa36b99b306d02b9da7b73914742fa6a7e2799be22 1.61 MB 3,599 2
904,562 904,562 00000000000000000001e3588b919acb95a4061db60f912e43829126949134e3 1.57 MB 2,721 3
904,561 904,561 00000000000000000000ca7cd3267b774aef8ed2fccd9eb5cdaae00453bcd9d2 1.78 MB 4,630 1
904,560 904,560 000000000000000000014e7e32d411d7055abd8739af63f8fa0d733803a0eed3 1.53 MB 2,848 3
904,559 904,559 00000000000000000000b3c679b88ffdd067925ebe327b06302b1609b290c9f1 1.73 MB 4,427 1
904,558 904,558 000000000000000000009d1dd2f71099471a348f4074285707b17e0588c41002 1.49 MB 2,385 4
904,557 904,557 00000000000000000000db384e9dfa4fd4d5fe18971bc06c50c122571632144d 1.50 MB 2,421 2
904,556 904,556 000000000000000000024d70c01fa48b7193f4ada4215b13a145e9f78543a400 0.44 MB 329 2
904,555 904,555 00000000000000000000042ef1fa1e07ee08fca3e28000b13f560a3b34afc58c 1.47 MB 2,152 2
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.