Memory Pool Memory Pool Refreshing

3,407 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (715,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,025 192,025 0000000000000116f161bfdfb5ef3a25bfd410edb920c59882f9a256360c72f5 0.01 MB 32 0
192,024 192,024 00000000000000e016b9eea8b07dd4e006cc5d0159a3e53dba3447b292d1431d 0.17 MB 294 167
192,023 192,023 000000000000048aad2410e8c512234ea041e0ed30bb90e899ef9aa8ad93398f 0.00 MB 1 0
192,022 192,022 0000000000000459cb9fe9b5876e6b37271b965b3a8e73d0bcb8853316052fb0 0.21 MB 512 95
192,021 192,021 00000000000003010865552cf824b65dfd992af0b0388cecd425b02aa880c062 0.00 MB 11 0
192,020 192,020 000000000000056fd084f794c2f7a03979ace17d7d6ccba9bfc8d63e2f0efb76 0.20 MB 277 83
192,019 192,019 0000000000000635444d5d6b036813c072c20bea013b410b8c59dffc75dce9ed 0.03 MB 64 56
192,018 192,018 00000000000004aec374aaf5e94565f707a40261a56c59346ae68c0dc7937b9a 0.22 MB 425 152
192,017 192,017 0000000000000514cbaaf20e83121dfcf340d4fc223277f7b62388b231dceb08 0.25 MB 234 94
192,016 192,016 00000000000002a908cbf603c89537c624669b5cbfa6ac5321fe361552993878 0.20 MB 634 269
192,015 192,015 00000000000005f581038ad702c8bf332b3ee4cc56f3addde526a3f1e46a862b 0.12 MB 320 123
192,014 192,014 00000000000003118fb5848bc9d683f0a7ac49237c79300c924e0d189035260d 0.06 MB 109 115
192,013 192,013 0000000000000466fadbd8c2694b14a6a770d7161925bd098a5bda4dd995e41a 0.18 MB 361 138
192,012 192,012 00000000000001edd0001d81b9de3ae8d79212a417c5af44dae83e58182c04c5 0.05 MB 133 88
192,011 192,011 0000000000000776631972b485262bc7ee52ed206335f30246adf97d578c30e8 0.05 MB 65 35
192,010 192,010 000000000000047f7a7e143d3337a7e817b6b1ce31db1e3e9806a40e296e0a3f 0.05 MB 93 129
192,009 192,009 00000000000001e60459379b602faf6a68c9d26053829ff39223718c0502965a 0.23 MB 231 80
192,008 192,008 000000000000077a23bb921e5ffc349b22a511c968b2c39ae3e2c2e999a9653a 0.22 MB 293 90
192,007 192,007 0000000000000615cd693a8fcebb65e9d68121069dbb97ec63df07f7c0d36b51 0.10 MB 124 61
192,006 192,006 00000000000002e23bb92f041c73633919429835dab96560c2a87322ac127075 0.08 MB 216 110
192,005 192,005 000000000000079013eb1bedec04416422c266a76f35cd670836f5f7d702c57d 0.25 MB 513 121
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.74 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.